syndicate-rkt/syndicate-examples/netstack/TODO.md

885 B

Ideas on TCP unit testing: https://www.snellman.net/blog/archive/2015-07-09-unit-testing-a-tcp-stack/

Check behaviour around TCP zero-window probing. Is the correct behaviour already a consequence of the way send-outbound works?

Do something smarter with TCP timers and RTT estimation than the nothing that's already being done.

TCP options negotiation.

  • SACK
  • Window scaling

Check that we handle the situations in figs. 9, 10, 11, pp.33- of RFC 793.

Bugs: