mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
chore: update linux.c3
Recieve -> Receive
This commit is contained in:
committed by
Christoffer Lerno
parent
2600c3116c
commit
b8d77d2490
@@ -22,7 +22,7 @@ const int SO_ERROR = 4;
|
||||
const int SO_DONTROUTE = 5; // just use interface addresses
|
||||
const int SO_BROADCAST = 6; // permit sending of broadcast msgs
|
||||
const int SO_SNDBUF = 7; // Send buffer size
|
||||
const int SO_RCVBUF = 8; // Recieve buffer size
|
||||
const int SO_RCVBUF = 8; // Receive buffer size
|
||||
const int SO_KEEPALIVE = 9; // keep connections alive
|
||||
const int SO_OOBINLINE = 10; // leave received OOB data in line
|
||||
const int SO_NO_CHECK = 11;
|
||||
|
||||
Reference in New Issue
Block a user