소스 검색

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.
whitequark 7 년 전
부모
커밋
c33aedf7c6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      README.md

+ 0 - 1
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