diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..d775f4a --- /dev/null +++ b/TODO.md @@ -0,0 +1,12 @@ +Ideas on TCP unit testing: + + +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