Skip to content
Snippets Groups Projects
Commit b0e30afd authored by Gregory Nutt's avatar Gregory Nutt
Browse files

include/netinet/tcp.h: Add trivial standard tcp.h header file.

parent b9fa3e16
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment