From dc91a31cd10d8ee7f70eb80f6c93f4d15a84fde5 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 17 Jul 2022 22:49:14 +0100 Subject: [PATCH] Maybe 15 was ok --- hotspot_proxy_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot_proxy_v2.py b/hotspot_proxy_v2.py index deb59a5..d1e1efb 100644 --- a/hotspot_proxy_v2.py +++ b/hotspot_proxy_v2.py @@ -154,7 +154,7 @@ class Proxy(DatagramProtocol): # Remove the client after send a MSTN or MSTC packet if _command in (MSTN,MSTC): # Give time to the client for a reply to prevent port reassignment - self.peerTrack[_peer_id]['timer'].reset(5) + self.peerTrack[_peer_id]['timer'].reset(15) return