1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00

include: Add TCP_KEEPCNT and TCP_KEEPINTVL definitions.

This commit is contained in:
Florian Will 2024-02-29 13:15:02 +01:00 committed by Alexandre Julliard
parent eb06945b5b
commit 6d2a900487

View File

@ -313,6 +313,8 @@ typedef struct WS(in6_pktinfo) {
#define TCP_OFFLOAD_PREFERENCE 11
#define TCP_CONGESTION_ALGORITHM 12
#define TCP_DELAY_FIN_ACK 13
#define TCP_KEEPCNT 16
#define TCP_KEEPINTVL 17
#else
/* WS_TCP_NODELAY is defined elsewhere */
#define WS_TCP_EXPEDITED_1122 2
@ -327,6 +329,8 @@ typedef struct WS(in6_pktinfo) {
#define WS_TCP_OFFLOAD_PREFERENCE 11
#define WS_TCP_CONGESTION_ALGORITHM 12
#define WS_TCP_DELAY_FIN_ACK 13
#define WS_TCP_KEEPCNT 16
#define WS_TCP_KEEPINTVL 17
#endif /* USE_WS_PREFIX */
#define PROTECTION_LEVEL_UNRESTRICTED 10