heistp / irtt

Isochronous Round-Trip Tester
GNU General Public License v2.0
183 stars 23 forks source link

cmsg support #31

Open dtaht opened 2 years ago

dtaht commented 2 years ago

Over here I see cmsg support being used. Could this be used to get/set the ecn bits, and also timestamp the packets?

https://github.com/WireGuard/wireguard-go/blob/master/conn/bind_linux.go

heistp commented 2 years ago

Thanks for the pointer. It's possible, would just need some effort to try. My guess is once that question is answered, it will mostly be implemented. :)