neubot / dash

Go implementation of Neubot's DASH experiment
https://neubot.github.io
BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Sketch out prototype to enable TCPInfo data collection #29

Closed bassosimone closed 8 months ago

bassosimone commented 4 years ago

The initial purpose of this PR is to sketch out how we can gather TCPInfo information both here and in github.com/m-lab/ndt-server without introducing a connection cache.

bassosimone commented 4 years ago

This is an even better solution to this class of problems: https://github.com/m-lab/ndt-server/issues/235#issuecomment-590332519

bassosimone commented 8 months ago

Now it's possible to do this in a simpler way, thanks to better Go APIs. As such, it does not make sense to keep this PR open.