Support more TCP socket options on Windows

This commit is contained in:
Justine Tunney 2024-09-17 02:43:58 -07:00
parent f7754ab608
commit b1c9801897
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 13 additions and 13 deletions

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon tcp,TCP_CONGESTION,13,13,0,0,0x40,0,0,0
.syscon tcp,TCP_CONGESTION,13,13,0,0,64,0,0,0

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon tcp,TCP_INFO,11,11,0,0,0x20,0,9,0
.syscon tcp,TCP_INFO,11,11,0x200,0x200,32,9,9,0

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon tcp,TCP_KEEPCNT,6,6,0x102,0x102,0x400,0,6,0
.syscon tcp,TCP_KEEPCNT,6,6,0x102,0x102,0x400,0,6,16

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon tcp,TCP_KEEPIDLE,4,4,0,0,0x100,0,3,0
.syscon tcp,TCP_KEEPIDLE,4,4,0,0,0x100,0,3,3

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon tcp,TCP_KEEPINTVL,5,5,0x101,0x101,0x200,0,5,0
.syscon tcp,TCP_KEEPINTVL,5,5,0x101,0x101,0x200,0,5,17

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon tcp,TCP_MD5SIG,14,14,0,0,0x10,4,16,0
.syscon tcp,TCP_MD5SIG,14,14,0,0,16,4,16,0