Skip to content

Commit

Permalink
Double the timeout for missed ACK packets
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonard de Ruijter committed Nov 21, 2017
1 parent 71e9c73 commit 450dcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/braille.py
Original file line number Diff line number Diff line change
Expand Up @@ -1879,7 +1879,7 @@ def executor(param):
handler.display._awaitingAck = True
winKernel.setWaitableTimer(
_BgThread.ackTimerHandle,
int(handler.display.timeout*1000),
int(handler.display.timeout*2000),
0,
_BgThread.ackTimeoutResetter
)
Expand Down

0 comments on commit 450dcb4

Please sign in to comment.