mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Implement TCP_NODELAY, thanks #209
This commit is contained in:
parent
b1986dfe38
commit
05e2c3bef0
2 changed files with 8 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ inline void reset_LastError()
|
|||
#include <sys/time.h>
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <linux/netdevice.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue