mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-21 17:34:47 -05:00
Some checks failed
C/C++ CI / ubuntu-latest (push) Has been cancelled
`find . -regex '.*\.\(cpp\|hpp\|cu\|cuh\|c\|h\)' -exec clang-format -style=file -i {} \;`
10 lines
250 B
C
10 lines
250 B
C
#pragma once
|
|
|
|
#define SOL_TCP 6
|
|
|
|
#define TCP_ACKDELAYTIME 0x2001
|
|
#define TCP_NOACKDELAY 0x2002
|
|
#define TCP_MAXSEG 0x2003
|
|
#define TCP_NODELAY 0x2004
|
|
#define TCP_UNKNOWN 0x2005 // amount of mss received before sending an ack
|