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