Enable TCP_NODELAY

This commit is contained in:
2015-11-22 02:12:52 +01:00
parent 71f3532e04
commit 36c59ff375
3 changed files with 14 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#include <setjmp.h>
#include <inttypes.h>
#include <arpa/inet.h>
#include <netinet/tcp.h>
/// Shorthand to set an error and return failure from the function
#define FAIL(...) \