This commit is contained in:
Tony Garnock-Jones 2015-07-09 10:43:55 -04:00
parent 32d8922b28
commit 4c6dd497c1
1 changed files with 12 additions and 0 deletions

12
TODO.md Normal file
View File

@ -0,0 +1,12 @@
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