From 63039b63f0d43250c0ff1e45119172b9ca61a9b0 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 9 Jul 2015 14:03:46 -0400 Subject: [PATCH] A bug --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index d775f4a..8d674d5 100644 --- a/TODO.md +++ b/TODO.md @@ -10,3 +10,9 @@ nothing that's already being done. TCP options negotiation. - SACK - Window scaling + +Bugs: + - RST kills a connection even if its sequence number is bogus. Check + to make sure it's in the window. (See + http://static.googleusercontent.com/media/research.google.com/en//pubs/archive/41848.pdf + and RFC 5961)