m-lab / ndt-server

docker native ndt5 and ndt7 server with prometheus integration
https://www.measurementlab.net/
Apache License 2.0
99 stars 40 forks source link

fix(ndt7-protocol): acknowledge the importance of TCP_INFO #388

Open bassosimone opened 1 year ago

bassosimone commented 1 year ago

With @robertodauria, we updated the spec to clarify what we originally meant for ndt7 (i.e., only using application-level measurements is possible) and what it actually happened (i.e., we discovered that without TCP_INFO at the server we cannot write radically simple clients, which was also a ndt7 design goal).


This change is Reviewable

bassosimone commented 1 year ago

Fixed