Need to include netinet/tcp.h to get TCP_NODELAY defined.
This commit is contained in:
1
socket.c
1
socket.c
@@ -28,6 +28,7 @@
|
|||||||
#include "rsync.h"
|
#include "rsync.h"
|
||||||
#include <netinet/in_systm.h>
|
#include <netinet/in_systm.h>
|
||||||
#include <netinet/ip.h>
|
#include <netinet/ip.h>
|
||||||
|
#include <netinet/tcp.h>
|
||||||
|
|
||||||
extern char *bind_address;
|
extern char *bind_address;
|
||||||
extern int default_af_hint;
|
extern int default_af_hint;
|
||||||
|
|||||||
Reference in New Issue
Block a user