Update protocol.py

This commit is contained in:
Oskar Weigl
2018-01-11 17:41:29 -08:00
committed by GitHub
parent e14808c9b6
commit fc891c418d
+1 -1
View File
@@ -181,7 +181,7 @@ class Channel(PacketSink):
_expected_acks = {}
# Choose these parameters to be sensible for a specific transport layer
_resend_timeout = 5.0 # [s]
_resend_timeout = 0.1 # [s]
_send_attempts = 5
def __init__(self, name, input, output):