[Git][NTPsec/ntpsec][master] Attempt to improve timeout behavior.
Eric S. Raymond
gitlab at mg.gitlab.com
Fri Nov 11 18:56:53 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
1b3dcb17 by Eric S. Raymond at 2016-11-11T13:56:37-05:00
Attempt to improve timeout behavior.
- - - - -
1 changed file:
- pylib/packet.py
Changes:
=====================================
pylib/packet.py
=====================================
--- a/pylib/packet.py
+++ b/pylib/packet.py
@@ -733,7 +733,7 @@ class Mode6Session:
sys.stderr.write("%d: %s" % (i+1, frag.stats()))
sys.stderr.write("last fragment %sreceived\n" \
% ("not ", "")[seenlastfrag])
- raise Mode6Exception(SERR_INCOMPLETE)
+ raise Mode6Exception(SERR_INCOMPLETE)
if self.debug:
warn("At %s, socket read begins\n" % time.asctime())
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1b3dcb17364191a34f37ecd3b32ece39460a0ba1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161111/7d988137/attachment.html>
More information about the vc
mailing list