Cygwin: add new IPPROTO_TCP options to release notes
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
ee22924137
commit
5266248285
11
winsup/cygwin/release/3.1.6
Normal file
11
winsup/cygwin/release/3.1.6
Normal 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.
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user