Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-05-05 22:56:57 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-05-13 12:11:38 +0300
commit7c804d160dab276f859b688f2d235a3ccb94c78a (patch)
treed609c2a6b4fb7232346a313eb6edfb31ae5af178 /winsup/doc
parent34a9570ff833a525fcb295988f9da3d357b290a9 (diff)
Cygwin: Implement GSO/GRO support
- getsockopt (SOL_UDP, UDP_SEGMENT) - setsockopt (SOL_UDP, UDP_SEGMENT) - getsockopt (SOL_UDP, UDP_GRO) - setsockopt (SOL_UDP, UDP_GRO) - sendmsg with SOL_UDP/UDP_SEGMENT control message - recvmsg, convert Winsock UDP_COALESCED_INFO (DWORD) control message to Linux compatible SOL_UDP/UDP_GRO (uint16_t)
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/new-features.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index 4a626c716..c696a972a 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -25,6 +25,10 @@ The CYGWIN=pipe_byte option is now set by default, so that pipes are
opened in byte mode rather than message mode.
</para></listitem>
+<listitem><para>
+Handle UDP_SEGMENT and UDP_GRO socket options.
+</para></listitem>
+
</itemizedlist>
</sect2>