Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/netinet



On Jan 1,  5:44pm, brad.harder%gmail.com@localhost (bch) wrote:
-- Subject: Re: CVS commit: src/sys/netinet

| On 1/1/17, Christos Zoulas <christos%netbsd.org@localhost> 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


Home | Main Index | Thread Index | Old Index