From fc891c418db169225fd798d8e1825d5d4fecac79 Mon Sep 17 00:00:00 2001 From: Oskar Weigl Date: Thu, 11 Jan 2018 17:41:29 -0800 Subject: [PATCH] Update protocol.py --- tools/odrive/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/odrive/protocol.py b/tools/odrive/protocol.py index bef172d5..1f8c9114 100644 --- a/tools/odrive/protocol.py +++ b/tools/odrive/protocol.py @@ -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):