LibC: Add definition for TCP_MAXSEG
This is not implemented yet
This commit is contained in:
parent
e7d644b874
commit
40ce95b87f
|
|
@ -8,6 +8,7 @@
|
|||
__BEGIN_DECLS
|
||||
|
||||
#define TCP_NODELAY 1
|
||||
#define TCP_MAXSEG 2
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue