* [Ecn-sane] what does ecnseen really mean?
@ 2021-01-13 4:48 Dave Taht
2021-01-13 9:23 ` Jeremy Harris
0 siblings, 1 reply; 2+ messages in thread
From: Dave Taht @ 2021-01-13 4:48 UTC (permalink / raw)
To: ECN-Sane
from a random box with bbr on and tons of connections.
```
% sysctl -a | fgrep ecn
net.ipv4.tcp_ecn = 2
net.ipv4.tcp_ecn_fallback = 1
% ss -antie 'src x.y/16' | fgrep bbr | fgrep -c ecn
524
% ss -antie 'src x.y/16' | fgrep bbr | fgrep -c ecnseen
484
% ss -antie 'src x.y/16' | fgrep bbr | wc -l
22037
```
--
"For a successful technology, reality must take precedence over public
relations, for Mother Nature cannot be fooled" - Richard Feynman
dave@taht.net <Dave Täht> CTO, TekLibre, LLC Tel: 1-831-435-0729
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Ecn-sane] what does ecnseen really mean?
2021-01-13 4:48 [Ecn-sane] what does ecnseen really mean? Dave Taht
@ 2021-01-13 9:23 ` Jeremy Harris
0 siblings, 0 replies; 2+ messages in thread
From: Jeremy Harris @ 2021-01-13 9:23 UTC (permalink / raw)
To: ecn-sane
On 13/01/2021 04:48, Dave Taht wrote:
> from a random box with bbr on and tons of connections.
>
> ```
> % sysctl -a | fgrep ecn
> net.ipv4.tcp_ecn = 2
> net.ipv4.tcp_ecn_fallback = 1
>
> % ss -antie 'src x.y/16' | fgrep bbr | fgrep -c ecn
> 524
ecn show string "ecn" if the explicit congestion notification option is set
>
> % ss -antie 'src x.y/16' | fgrep bbr | fgrep -c ecnseen
> 484
ecnseen
show string "ecnseen" if the saw ecn flag is found in received packets
>
> % ss -antie 'src x.y/16' | fgrep bbr | wc -l
> 22037
> ```
>
>
>
--
Cheers,
Jeremy
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-13 9:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13 4:48 [Ecn-sane] what does ecnseen really mean? Dave Taht
2021-01-13 9:23 ` Jeremy Harris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox