chore: update linux.c3

Recieve -> Receive
This commit is contained in:
Ikko Eltociear Ashimine
2024-09-02 16:32:15 +09:00
committed by Christoffer Lerno
parent 2600c3116c
commit b8d77d2490

View File

@@ -22,7 +22,7 @@ const int SO_ERROR = 4;
const int SO_DONTROUTE = 5; // just use interface addresses const int SO_DONTROUTE = 5; // just use interface addresses
const int SO_BROADCAST = 6; // permit sending of broadcast msgs const int SO_BROADCAST = 6; // permit sending of broadcast msgs
const int SO_SNDBUF = 7; // Send buffer size 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_KEEPALIVE = 9; // keep connections alive
const int SO_OOBINLINE = 10; // leave received OOB data in line const int SO_OOBINLINE = 10; // leave received OOB data in line
const int SO_NO_CHECK = 11; const int SO_NO_CHECK = 11;