]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: add new IPPROTO_TCP options to release notes
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 1 Jul 2020 19:33:15 +0000 (21:33 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 1 Jul 2020 19:33:15 +0000 (21:33 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/release/3.1.6 [new file with mode: 0644]
winsup/doc/new-features.xml

diff --git a/winsup/cygwin/release/3.1.6 b/winsup/cygwin/release/3.1.6
new file mode 100644 (file)
index 0000000..d64ee4c
--- /dev/null
@@ -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.
index 32479de5d9cb9334c3140eac19b1a1953ca67c29..ca64b7a6f5b6e65415f2275aa4c205ce933c0f65 100644 (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>
This page took 0.035479 seconds and 5 git commands to generate.