This commit is contained in:
Tony Garnock-Jones 2015-07-09 14:03:46 -04:00
parent 4c6dd497c1
commit 63039b63f0
1 changed files with 6 additions and 0 deletions

View File

@ -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)