From e38ec8f397b749c9c1ca1a26073291f576c39a53 Mon Sep 17 00:00:00 2001 From: whitequark Date: Fri, 22 Sep 2017 19:20:24 +0000 Subject: [PATCH] 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. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6086b55..477cb48 100644 --- a/README.md +++ b/README.md @@ -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