mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-23 09:09:35 +08:00
- 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)
24 lines
464 B
Plaintext
24 lines
464 B
Plaintext
What's new:
|
|
-----------
|
|
|
|
- Drop support for Vista and Server 2008.
|
|
|
|
- Add code to handle setrlimit(RLIMIT_AS).
|
|
|
|
- Add code to handle signal masks in /proc/<PID>/status.
|
|
|
|
- Handle UDP_SEGMENT and UDP_GRO socket options.
|
|
|
|
|
|
What changed:
|
|
-------------
|
|
|
|
- The CYGWIN=pipe_byte option is now set by default, so that pipes are
|
|
opened in byte mode rather than message mode.
|
|
Addresses: https://cygwin.com/pipermail/cygwin/2021-March/247987.html
|
|
|
|
|
|
Bug Fixes
|
|
---------
|
|
|