mirror of
https://github.com/xcat2/confluent.git
synced 2026-02-07 16:22:30 +00:00
Remove spurious reintroduction of select to slp
This commit is contained in:
@@ -488,7 +488,6 @@ async def snoop(handler, protocol=None):
|
||||
while True:
|
||||
try:
|
||||
newmacs.clear()
|
||||
r, _, _ = select.select((net, net4), (), (), 60)
|
||||
# clear known_peers and peerbymacaddress
|
||||
# to avoid stale info getting in...
|
||||
# rely upon the select(0.2) to catch rapid fire and aggregate ip
|
||||
|
||||
Reference in New Issue
Block a user