removed Nagle algorithm

This commit is contained in:
Igor Socec 2014-03-06 13:32:48 +01:00
parent 0a3cb2d9ee
commit 4df19b472b
3 changed files with 7 additions and 3 deletions

View file

@ -5,6 +5,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h> /* TCP_NODELAY */
#include <arpa/inet.h>
#include <termios.h>