svn commit: r349893 - in head/sys: modules/tcp/rack netinet netinet/tcp_stacks sys

John Baldwin jhb at FreeBSD.org
Wed Jul 10 23:29:02 UTC 2019


On 7/10/19 1:40 PM, Randall Stewart wrote:
> Author: rrs
> Date: Wed Jul 10 20:40:39 2019
> New Revision: 349893
> URL: https://svnweb.freebsd.org/changeset/base/349893
> 
> Log:
>   This commit updates rack to what is basically being used at NF as
>   well as sets in some of the groundwork for committing BBR. The
>   hpts system is updated as well as some other needed utilities
>   for the entrance of BBR. This is actually part 1 of 3 more
>   needed commits which will finally complete with BBRv1 being
>   added as a new tcp stack.
>   
>   Sponsored by:	Netflix Inc.
>   Differential Revision:	https://reviews.freebsd.org/D20834

Is it safe for M_TSTMP_LRO to conflict with M_PROTO1?

Also, it seems you changed the copyright range on rack.c from
2016-2019 to just 2016 which I suspect is an accident.

I would suggest using #error here:

#ifndef TCPHPTS
fatal error missing option TCPHSTS in the build;
#endif

-- 
John Baldwin


More information about the svn-src-head mailing list