Re: svn commit: r338053 - head/sys/netinet

2018-08-20 Thread Michael Tuexen
> On 20. Aug 2018, at 09:33, Bjoern A. Zeeb > wrote: > > On 20 Aug 2018, at 1:13, Conrad Meyer wrote: > >> On Sun, Aug 19, 2018 at 11:40 AM, Bjoern A. Zeeb >> wrote: >>> I am so happy we have a version control system where you could hopefully >>> find out if the original committer left a decen

Re: svn commit: r338053 - head/sys/netinet

2018-08-20 Thread Bjoern A. Zeeb
On 20 Aug 2018, at 1:13, Conrad Meyer wrote: On Sun, Aug 19, 2018 at 11:40 AM, Bjoern A. Zeeb wrote: I am so happy we have a version control system where you could hopefully find out if the original committer left a decent commit message.. takes less than 60 seconds .. https://svnweb.freebsd

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Conrad Meyer
On Sun, Aug 19, 2018 at 10:08 AM, Michael Tuexen wrote: >> On 19. Aug 2018, at 18:35, Conrad Meyer wrote: >> Hi Michael, >> >> How was this particular keyed hash function construction chosen? >> (Yes, I see it is the same initial TSN, but how was that selected?) > You mean: > > Why is FreeBSD usi

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Conrad Meyer
On Sun, Aug 19, 2018 at 11:40 AM, Bjoern A. Zeeb wrote: > I am so happy we have a version control system where you could hopefully > find out if the original committer left a decent commit message.. takes less > than 60 seconds .. > https://svnweb.freebsd.org/base?view=revision&revision=82122 It

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Bjoern A. Zeeb
On 19 Aug 2018, at 17:08, Michael Tuexen wrote: On 19. Aug 2018, at 18:35, Conrad Meyer wrote: On Sun, Aug 19, 2018 at 7:56 AM, Michael Tuexen wrote: Author: tuexen Date: Sun Aug 19 14:56:10 2018 New Revision: 338053 URL: https://svnweb.freebsd.org/changeset/base/338053 How was this parti

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Michael Tuexen
> On 19. Aug 2018, at 18:35, Conrad Meyer wrote: > > On Sun, Aug 19, 2018 at 7:56 AM, Michael Tuexen wrote: >> Author: tuexen >> Date: Sun Aug 19 14:56:10 2018 >> New Revision: 338053 >> URL: https://svnweb.freebsd.org/changeset/base/338053 >> >> Log: >> … a keyed hash function taking >> the

Re: svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Conrad Meyer
On Sun, Aug 19, 2018 at 7:56 AM, Michael Tuexen wrote: > Author: tuexen > Date: Sun Aug 19 14:56:10 2018 > New Revision: 338053 > URL: https://svnweb.freebsd.org/changeset/base/338053 > > Log: > … a keyed hash function taking > the source and destination addresses and port numbers into account

svn commit: r338053 - head/sys/netinet

2018-08-19 Thread Michael Tuexen
Author: tuexen Date: Sun Aug 19 14:56:10 2018 New Revision: 338053 URL: https://svnweb.freebsd.org/changeset/base/338053 Log: Don't expose the uptime via the TCP timestamps. The TCP client side or the TCP server side when not using SYN-cookies used the uptime as the TCP timestamp value. T