On Jan 1, 5:44pm, brad.har...@gmail.com (bch) wrote: -- Subject: Re: CVS commit: src/sys/netinet
| On 1/1/17, Christos Zoulas <chris...@netbsd.org> wrote: | > Module Name: src | > Committed By: christos | > Date: Mon Jan 2 01:18:42 UTC 2017 | > | > Modified Files: | > src/sys/netinet: tcp.h tcp_input.c tcp_output.c tcp_subr.c | > | > Log Message: | > Fix TCP signature code: | > 1. pack options more tightly instead of being generous with no/op | > 2. put TCP_SIGNATURE option before SACK | > 3. fix computation of options length, by deferring it | > XXX: Really we should move the options setting code in one place instead | > of having two copies one for input and one for output. | > XXX: tcp_optlen/tcp_hdrsiz need to be fixed; they were wrong before too. | > | | New build failure: Thanks, fixed. christos