Loading net/ipv4/tcp_output.c +2 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,8 @@ int sysctl_tcp_retrans_collapse __read_mostly = 1; */ int sysctl_tcp_workaround_signed_windows __read_mostly = 0; /* Default TSQ limit of two TSO segments */ int sysctl_tcp_limit_output_bytes __read_mostly = 131072; /* Default TSQ limit of four TSO segments */ int sysctl_tcp_limit_output_bytes __read_mostly = 262144; /* This limits the percentage of the congestion window which we * will allow a single TSO frame to consume. Building TSO frames Loading Loading
net/ipv4/tcp_output.c +2 −2 Original line number Diff line number Diff line Loading @@ -50,8 +50,8 @@ int sysctl_tcp_retrans_collapse __read_mostly = 1; */ int sysctl_tcp_workaround_signed_windows __read_mostly = 0; /* Default TSQ limit of two TSO segments */ int sysctl_tcp_limit_output_bytes __read_mostly = 131072; /* Default TSQ limit of four TSO segments */ int sysctl_tcp_limit_output_bytes __read_mostly = 262144; /* This limits the percentage of the congestion window which we * will allow a single TSO frame to consume. Building TSO frames Loading