mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 13:52:22 +08:00
include/netinet/tcp.h: Add trivial standard tcp.h header file.
This commit is contained in:
@@ -149,6 +149,10 @@
|
||||
* output function blocks because flow control prevents data from
|
||||
* being sent(get/set). arg: struct timeval */
|
||||
|
||||
/* Protocol-level socket options may begin with this value */
|
||||
|
||||
#define __SO_PROTOCOL 16
|
||||
|
||||
/* Values for the 'how' argument of shutdown() */
|
||||
|
||||
#define SHUT_RD 1 /* Bit 0: Disables further receive operations */
|
||||
|
||||
Reference in New Issue
Block a user