Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6d2a9004
Commit
6d2a9004
authored
Feb 29, 2024
by
Florian Will
Committed by
Alexandre Julliard
Mar 04, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add TCP_KEEPCNT and TCP_KEEPINTVL definitions.
parent
eb06945b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
ws2ipdef.h
include/ws2ipdef.h
+4
-0
No files found.
include/ws2ipdef.h
View file @
6d2a9004
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment