]> git.ipfire.org Git - thirdparty/wireguard-go.git/commit
send: propagate DSCP bits to the outer tunnel
authorFlorent Daigniere <nextgens@freenetproject.org>
Sat, 23 Feb 2019 13:14:09 +0000 (14:14 +0100)
committerFlorent Daigniere <nextgens@freenetproject.org>
Sat, 23 Feb 2019 13:14:09 +0000 (14:14 +0100)
commit9e686cd714a371ad5f35f356fe88f018fa5e92e6
tree334ca9bac98f8af1c2d30b102c88c3530faf0418
parent42c6d0e2614414590361123344b7918c9bcc6430
send: propagate DSCP bits to the outer tunnel

Like many, I am using WiFi a lot and often on congested networks.
 Without this, Wireguard strips the DSCP bits, preventing WME from
 kicking in and improving the audio/video experience.

Yes, it's technically an information leak. Who cares? It's not like if
traffic analysis based on packet sizes or timings wasn't a thing.

This is the first patch of the serie, more work has to happen on ECN

Signed-off-by: Florent Daigniere <nextgens@freenetproject.org>
conn.go
conn_linux.go
peer.go
send.go