<html lang='en'>
<head>
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<title>
GitLab
</title>
</meta>
</head>
<style>
  img {
    max-width: 100%;
    height: auto;
  }
  p.details {
    font-style:italic;
    color:#777
  }
  .footer p {
    font-size:small;
    color:#777
  }
  pre.commit-message {
    white-space: pre-wrap;
  }
  .file-stats a {
    text-decoration: none;
  }
  .file-stats .new-file {
    color: #090;
  }
  .file-stats .deleted-file {
    color: #B00;
  }
</style>
<body>
<div class='content'>
<h3>
Hal Murray pushed to branch master
at <a href="https://gitlab.com/NTPsec/ntpsec">NTPsec / ntpsec</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/NTPsec/ntpsec/commit/7b0c834b1b800c49b45b0b7f11a5b85b5010dfe2">7b0c834b</a></strong>
<div>
<span>by Hal Murray</span>
<i>at 2016-01-03T01:48:09Z</i>
</div>
<pre class='commit-message'>Minor corrections to documentation/comments.</pre>
</li>
</ul>
<h4>2 changed files:</h4>
<ul>
<li class='file-stats'>
<a href='#diff-0'>
docs/discover.txt
</a>
</li>
<li class='file-stats'>
<a href='#diff-1'>
include/ntp.h
</a>
</li>
</ul>
<h4>Changes:</h4>
<li id='diff-0'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/7b0c834b1b800c49b45b0b7f11a5b85b5010dfe2#diff-0'>
<strong>
docs/discover.txt
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/docs/discover.txt
</span><span style="color: #000000;background-color: #ddffdd">+++ b/docs/discover.txt
</span><span style="color: #aaaaaa">@@ -192,7 +192,7 @@ command but with a multicast (IPv4 class _D_ or IPv6 prefix _FF_)
</span> group address. The IANA has designated IPv4 address 224.1.1.1 and IPv6
 address FF05::101 (site local) for NTP.
 
<span style="color: #000000;background-color: #ffdddd">-The client sends sends ordinary client mode messages, but to one of
</span><span style="color: #000000;background-color: #ddffdd">+The client sends ordinary client mode messages, but to one of
</span> these broadcast addresses rather than a unicast address, and sends
 only if less than +maxclock+ associations remain and then only at the
 minimum feasible rate and minimum feasible time-to-live (TTL)
</code></pre>

<br>
</li>
<li id='diff-1'>
<a href='https://gitlab.com/NTPsec/ntpsec/commit/7b0c834b1b800c49b45b0b7f11a5b85b5010dfe2#diff-1'>
<strong>
include/ntp.h
</strong>
</a>
<hr>
<pre class="highlight"><code><span style="color: #000000;background-color: #ffdddd">--- a/include/ntp.h
</span><span style="color: #000000;background-color: #ddffdd">+++ b/include/ntp.h
</span><span style="color: #aaaaaa">@@ -398,8 +398,7 @@ struct peer {
</span>  * Values for peer mode and packet mode. Only the modes through
  * MODE_BROADCAST and MODE_BCLIENT appear in the transition
  * function. MODE_CONTROL and MODE_PRIVATE can appear in packets,
<span style="color: #000000;background-color: #ffdddd">- * but those never survive to the transition function.
- * is a
</span><span style="color: #000000;background-color: #ddffdd">+ * but those never survive to the translation function.
</span> / */
 #define        MODE_UNSPEC     0       /* unspecified (old version) */
 #define        MODE_ACTIVE     1       /* symmetric active mode */
<span style="color: #aaaaaa">@@ -411,7 +410,7 @@ struct peer {
</span>  * These can appear in packets
  */
 #define        MODE_CONTROL    6       /* control mode */
<span style="color: #000000;background-color: #ffdddd">-#define MODE_PRIVATE    7       /* private mode */
</span><span style="color: #000000;background-color: #ddffdd">+#define    MODE_PRIVATE    7       /* Dead: private mode */
</span> /*
  * This is a madeup mode for broadcast client.
  */
</code></pre>

<br>
</li>

</div>
<div class='footer' style='margin-top: 10px;'>
<p>

<br>
<a href="https://gitlab.com/NTPsec/ntpsec/commit/7b0c834b1b800c49b45b0b7f11a5b85b5010dfe2">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/NTPsec/ntpsec/commit/7b0c834b1b800c49b45b0b7f11a5b85b5010dfe2"}}</script>
</p>
</div>
</body>
</html>