Re: netinet/tcp_input.c syn_cache_get diff

2016-09-18 Thread Vincent Gross
On Sun, 18 Sep 2016 13:11:58 -0400 David Hill wrote: > Hello - > > Make sure we keep TF_NOPUSH set if TCP_NOPUSH was set. > > FreeBSD has the same: > https://github.com/freebsd/freebsd/blob/c9af4f2541fd437e0805365fbeec46d69e033310/sys/netinet/tcp_syncache.c#L860 > Ok vgross@

netinet/tcp_input.c syn_cache_get diff

2016-09-18 Thread David Hill
Hello - Make sure we keep TF_NOPUSH set if TCP_NOPUSH was set. FreeBSD has the same: https://github.com/freebsd/freebsd/blob/c9af4f2541fd437e0805365fbeec46d69e033310/sys/netinet/tcp_syncache.c#L860 Index: netinet/tcp_input.c === RC