RE: svn commit: r324249 - head/lib/libc/net

2017-10-04 Thread Cy Schubert
; src-committ...@freebsd.org Subject: Re: svn commit: r324249 - head/lib/libc/net On Wed, Oct 4, 2017 at 10:10 AM, Ngie Cooper wrote: > On Oct 3, 2017, at 23:06, Cy Schubert wrote: > > @@ -189,19 +189,18 @@ function > may be used to request the use of a connected > .Tn TC

Re: svn commit: r324249 - head/lib/libc/net

2017-10-04 Thread Benjamin Kaduk
On Wed, Oct 4, 2017 at 10:10 AM, Ngie Cooper wrote: > > > On Oct 3, 2017, at 23:06, Cy Schubert wrote: > > > > @@ -189,19 +189,18 @@ function > > may be used to request the use of a connected > > .Tn TCP > > socket for queries. > > -If the > > +Queries will by defaulat use > > +.Tn UDP > > +data

Re: svn commit: r324249 - head/lib/libc/net

2017-10-04 Thread Ngie Cooper
> On Oct 3, 2017, at 23:06, Cy Schubert wrote: > > Author: cy > Date: Wed Oct 4 06:06:22 2017 > New Revision: 324249 > URL: https://svnweb.freebsd.org/changeset/base/324249 > > Log: > Clarify the wording describing the stayopen flag. > > MFC after:1 week > > Modified: > head/lib/libc/