LibC: Add definition for TCP_MAXSEG

This is not implemented yet
This commit is contained in:
Bananymous 2025-12-27 23:37:03 +02:00
parent e7d644b874
commit 40ce95b87f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
__BEGIN_DECLS
#define TCP_NODELAY 1
#define TCP_MAXSEG 2
__END_DECLS