<div dir="ltr">Thank you Hal!<br><br><div class="gmail_quote"><div dir="ltr">On Thu, Sep 20, 2018 at 4:53 PM Hal Murray via devel <<a href="mailto:devel@ntpsec.org">devel@ntpsec.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
It's simple, at least conceptually.  I'm embarrassed I didn't see it (much) <br>
sooner.<br>
<br>
The general idea with the old code is:<br>
<br>
>From several places deep in ntp_io<br>
  read data into rb<br>
  rb->receiver = xxx<br>
  add_full_recv_buffer(rb)<br>
<br>
then way up in ntpd:<br>
  rb = get_full_recv_buffer()<br>
  (rb->receiver)(rb)<br>
  freerecvbuf(rb)<br>
<br>
So all we have to do is remove the second chunk and replace the first chunk <br>
with:<br>
  read data into rb<br>
  xxx(rb)<br>
  freerecvbuf(rb)<br>
<br>
The first chunk actually happens in several places, one for packets, another <br>
for refclocks, ...<br>
<br>
I've got it working.  I'll push in a day or so.  There is lots of checking and <br>
cleanup to do.<br>
<br>
<br>
-- <br>
These are my opinions.  I hate spam.<br>
<br>
<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@ntpsec.org" target="_blank">devel@ntpsec.org</a><br>
<a href="http://lists.ntpsec.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ntpsec.org/mailman/listinfo/devel</a><br>
</blockquote></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><p dir="ltr">Mark Atwood<br>
<a href="http://about.me/markatwood">http://about.me/markatwood</a><br>
+1-206-604-2198</p>
</div></div>