From: Pete Heist <pete@heistp.net>
To: ECN-Sane <ecn-sane@lists.bufferbloat.net>
Subject: [Ecn-sane] ECN on Android and webOS
Date: Sun, 30 May 2021 11:22:33 +0200 [thread overview]
Message-ID: <b9bcf901bcda9e545038660e7f87831a21bc20e1.camel@heistp.net> (raw)
Yesterday, I observed CE marks and ECE flags in a production
environment with an OM2P-HS WiFi AP (has the ath9k driver with the
airtime fairness changes signaling with ECN). This is the first time I
got a chance to look at this with WiFi in the wild.
There were two notable devices sending ECEs while streaming content:
1) DHCP client ID: "Galaxy-S21-Ultra-5G"
This is presumably a Samsung of that model, which was released earlier
this year and ships with Android 11.
2) DHCP client ID: "LGwebOSTV"
This apparently runs webOS, a Linux based smart TV OS that doesn't seem
to be based on Android.
Does anyone have confirmation that either Samsung or LG has enabled ECN
in some of their recent devices?
If you want to watch for CE marks or ECE flags, this worked for me:
tcpdump -ev -i <dev> -n \
'(ip and (ip[1]&0x03 == 0x03))' or \
'(tcp and (tcp[13] & tcp-syn == 0) and (tcp[13] & 0x40 != 0))'
It's also possible to watch for CWR (tcp[13] & 0x80).
My vantage point was upstream from the AP, where I usually saw no CE
marks (except occasional ones from WAN ingress), but I'd see ECE in
response, with the WiFi AP being the main apparent source of CE.
Pete
reply other threads:[~2021-05-30 9:22 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://lists.bufferbloat.net/postorius/lists/ecn-sane.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b9bcf901bcda9e545038660e7f87831a21bc20e1.camel@heistp.net \
--to=pete@heistp.net \
--cc=ecn-sane@lists.bufferbloat.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox