Re: git: d4f6b11f66de - main - DEFAULTS: move intrng to DEFAULTS for its platforms.

From: John Baldwin <jhb_at_FreeBSD.org>
Date: Mon, 24 Oct 2022 19:16:29 UTC
On 10/24/22 11:13 AM, Warner Losh wrote:
> The branch main has been updated by imp:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=d4f6b11f66de563bc0c17890ca4de088b2629563
> 
> commit d4f6b11f66de563bc0c17890ca4de088b2629563
> Author:     Warner Losh <imp@FreeBSD.org>
> AuthorDate: 2022-10-24 18:11:58 +0000
> Commit:     Warner Losh <imp@FreeBSD.org>
> CommitDate: 2022-10-24 18:13:03 +0000
> 
>      DEFAULTS: move intrng to DEFAULTS for its platforms.
>      
>      Sponsored by:           Netflix
>      Reviewed by:            manu, kevans
>      Differential Revision:  https://reviews.freebsd.org/D37107
> ---
>   sys/arm/conf/DEFAULTS    | 2 +-
>   sys/arm/conf/std.armv6   | 1 -
>   sys/arm/conf/std.armv7   | 1 -
>   sys/arm64/conf/DEFAULTS  | 1 +
>   sys/arm64/conf/std.arm64 | 1 -
>   sys/riscv/conf/DEFAULTS  | 1 +
>   sys/riscv/conf/GENERIC   | 1 -
>   7 files changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/sys/arm/conf/DEFAULTS b/sys/arm/conf/DEFAULTS
> index e5533850aa36..4eeb2b7090d2 100644
> --- a/sys/arm/conf/DEFAULTS
> +++ b/sys/arm/conf/DEFAULTS
> @@ -7,4 +7,4 @@ device		mem
>   
>   # Default congestion control algorithm
>   options 	CC_CUBIC		# include CUBIC congestion control
> -
> +options 	INTRNG			# All arm systems use INTRNG these days

Mm, the blank line here probably made sense.  INTRNG isn't a TCP congestion
control algorithm.

-- 
John Baldwin