[Git][NTPsec/ntpsec][master] 2 commits: Changed default spinGap to 1/100 seconds from 1/1000.

Ian Bruene gitlab at mg.gitlab.com
Tue Feb 27 17:25:35 UTC 2018


Ian Bruene pushed to branch master at NTPsec / ntpsec


Commits:
aac8e57a by Ian Bruene at 2018-02-27T11:15:43-06:00
Changed default spinGap to 1/100 seconds from 1/1000.

- - - - -
19b606c3 by Ian Bruene at 2018-02-27T11:24:55-06:00
Updated docs with notify.conf file.

- - - - -


2 changed files:

- docs/includes/ntpsnmpd-body.txt
- pylib/agentx.py


Changes:

=====================================
docs/includes/ntpsnmpd-body.txt
=====================================
--- a/docs/includes/ntpsnmpd-body.txt
+++ b/docs/includes/ntpsnmpd-body.txt
@@ -37,6 +37,8 @@ running NTP and SNMP daemons for ntpsnmpd to work.
 
 /etc/ntpsnmpd.conf the default name of the configuration file
 
+/var/ntpsnmpd/notify.conf the location of notification flags
+
 == Known Limitations ==
 
 This is still a prototype. Parts of the AgentX standard are not yet fully


=====================================
pylib/agentx.py
=====================================
--- a/pylib/agentx.py
+++ b/pylib/agentx.py
@@ -122,7 +122,7 @@ class MIBControl:
 
 
 class PacketControl:
-    def __init__(self, sock, dbase, spinGap=0.001, timeout=defaultTimeout,
+    def __init__(self, sock, dbase, spinGap=0.01, timeout=defaultTimeout,
                  logfp=None, debug=10000):
         self.log = (lambda txt, dbg : ntp.util.dolog(logfp, txt, debug, dbg))
         # take a pre-made socket instead of making our own so that



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/712d89ba252ced287717baf54df6f8e701728cb2...19b606c373881f3bc417731908ec14a959e4919a

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/712d89ba252ced287717baf54df6f8e701728cb2...19b606c373881f3bc417731908ec14a959e4919a
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180227/afe6963c/attachment.html>


More information about the vc mailing list