Cygwin: add new IPPROTO_TCP options to release notes

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2020-07-01 21:33:15 +02:00
parent ee22924137
commit 5266248285
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,11 @@
What changed:
-------------
- Support more IPPROTO_TCP socket options: TCP_FASTOPEN, TCP_KEEPIDLE,
TCP_KEEPCNT, TCP_KEEPINTVL, TCP_QUICKACK, TCP_USER_TIMEOUT.
Bug Fixes:
----------
- Fix IPPROTO_TCP option handling, especially in terms of TCP_MAXSEG.

View File

@ -90,6 +90,11 @@ Support WSL symlinks. Create those by default now.
FIFOs can now be opened multiple times for reading.
</para></listitem>
<listitem><para>
Support more IPPROTO_TCP socket options: TCP_FASTOPEN, TCP_KEEPIDLE,
TCP_KEEPCNT, TCP_KEEPINTVL, TCP_QUICKACK, TCP_USER_TIMEOUT.
</para></listitem>
</itemizedlist>
</sect2>