Implement TCP_NODELAY, thanks #209

This commit is contained in:
Mr_Goldberg 2022-09-03 04:20:03 -04:00
parent b1986dfe38
commit 05e2c3bef0
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 8 additions and 0 deletions

View file

@ -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>