Update README.

We don't really care about fast open one way or another, this entry
was a misunderstanding of RFC 793's behavior wrt data in SYN packets.
This commit is contained in:
whitequark 2017-09-22 19:20:24 +00:00
parent 711c05f7b1
commit e38ec8f397
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ The TCP protocol is supported over IPv4. Server and client sockets are supported
* Window scaling is **not** supported, and the maximum buffer size is 65536.
* Timestamping (used in round-trip time measurement and protection against wrapped sequences)
is **not** supported.
* Fast open is **not** supported when smoltcp initiates connection.
## Installation