git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git]
/
Usermode
/
Libraries
/
libpsocket.so_src
/
include_exp
/
netinet
/
tcp.h
1
/*
2
* Acess2 POSIX Sockets Emulation
3
* - By John Hodge (thePowersGang)
4
*
5
* netinet/tcp.h
6
* - TCP Options
7
*/
8
#ifndef _NETINET__TCP_H_
9
#define _NETINET__TCP_H_
10
11
12
/**
13
* \brief Values for \a option_name in setsockopt/getsockopt
14
*/
15
enum eSockOpts_TCP
16
{
17
TCP_NODELAY
18
};
19
20
#endif
21
UCC
git Repository :: git.ucc.asn.au