mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 04:50:28 +00:00
Support more TCP socket options on Windows
This commit is contained in:
parent
f7754ab608
commit
b1c9801897
7 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue