Commit 6d2a9004 authored by Florian Will's avatar Florian Will Committed by Alexandre Julliard

include: Add TCP_KEEPCNT and TCP_KEEPINTVL definitions.

parent eb06945b
...@@ -313,6 +313,8 @@ typedef struct WS(in6_pktinfo) { ...@@ -313,6 +313,8 @@ typedef struct WS(in6_pktinfo) {
#define TCP_OFFLOAD_PREFERENCE 11 #define TCP_OFFLOAD_PREFERENCE 11
#define TCP_CONGESTION_ALGORITHM 12 #define TCP_CONGESTION_ALGORITHM 12
#define TCP_DELAY_FIN_ACK 13 #define TCP_DELAY_FIN_ACK 13
#define TCP_KEEPCNT 16
#define TCP_KEEPINTVL 17
#else #else
/* WS_TCP_NODELAY is defined elsewhere */ /* WS_TCP_NODELAY is defined elsewhere */
#define WS_TCP_EXPEDITED_1122 2 #define WS_TCP_EXPEDITED_1122 2
...@@ -327,6 +329,8 @@ typedef struct WS(in6_pktinfo) { ...@@ -327,6 +329,8 @@ typedef struct WS(in6_pktinfo) {
#define WS_TCP_OFFLOAD_PREFERENCE 11 #define WS_TCP_OFFLOAD_PREFERENCE 11
#define WS_TCP_CONGESTION_ALGORITHM 12 #define WS_TCP_CONGESTION_ALGORITHM 12
#define WS_TCP_DELAY_FIN_ACK 13 #define WS_TCP_DELAY_FIN_ACK 13
#define WS_TCP_KEEPCNT 16
#define WS_TCP_KEEPINTVL 17
#endif /* USE_WS_PREFIX */ #endif /* USE_WS_PREFIX */
#define PROTECTION_LEVEL_UNRESTRICTED 10 #define PROTECTION_LEVEL_UNRESTRICTED 10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment