Corinna Vinschen
7c804d160d
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)
2022-05-13 11:11:38 +02:00
..
2020-01-29 19:03:31 +01:00
2022-05-12 11:33:29 +02:00
2021-11-15 19:32:23 -05:00
2022-05-13 11:11:38 +02:00
2022-05-04 15:08:44 +02:00
2020-03-11 13:45:58 +01:00
2020-03-11 13:45:58 +01:00
2020-01-29 19:03:31 +01:00
2020-01-29 19:03:31 +01:00
2021-11-15 19:32:23 -05:00
2020-01-29 19:03:31 +01:00
2021-02-01 09:55:08 -05:00
2019-06-14 10:02:08 +02:00
2020-01-29 19:03:31 +01:00
2020-03-11 13:45:58 +01:00
2021-07-29 17:31:31 +02:00
2020-03-11 13:45:58 +01:00
2021-07-29 17:13:47 +02:00
2020-01-29 19:03:31 +01:00