mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-12 00:19:22 +01:00
Fix UDP channel expiration.
This commit is contained in:
parent
29819ea0af
commit
2cfc39fac8
@ -328,6 +328,7 @@ def main():
|
||||
debug3('expiring dnsreqs channel=%d\n' % channel)
|
||||
del dnshandlers[channel]
|
||||
h.ok = False
|
||||
if udphandlers:
|
||||
for channel, h in udphandlers.items():
|
||||
if not h.ok:
|
||||
debug3('expiring UDP channel=%d\n' % channel)
|
||||
|
Loading…
Reference in New Issue
Block a user