From 4c6dd497c12fb563c5a6412c723ff3f530c2a30d Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 9 Jul 2015 10:43:55 -0400 Subject: [PATCH] TODO --- TODO.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 TODO.md 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