2
0
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:
Jarrod Johnson
2024-08-08 11:05:51 -04:00
parent 5be422958b
commit 73cd6d52da

View File

@@ -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