pseudotcp: Disable Nagle algorithm by default

To be consistent with what we do for ICE-TCP.
parent 2de7c78c
...@@ -169,7 +169,7 @@ const guint16 PACKET_MAXIMUMS[] = { ...@@ -169,7 +169,7 @@ const guint16 PACKET_MAXIMUMS[] = {
#define DEF_RTO 1000 /* 1 seconds (RFC 6298 sect 2.1) */ #define DEF_RTO 1000 /* 1 seconds (RFC 6298 sect 2.1) */
#define MAX_RTO 60000 /* 60 seconds */ #define MAX_RTO 60000 /* 60 seconds */
#define DEFAULT_ACK_DELAY 100 /* 100 milliseconds */ #define DEFAULT_ACK_DELAY 100 /* 100 milliseconds */
#define DEFAULT_NO_DELAY FALSE #define DEFAULT_NO_DELAY TRUE
#define DEFAULT_RCV_BUF_SIZE (60 * 1024) #define DEFAULT_RCV_BUF_SIZE (60 * 1024)
#define DEFAULT_SND_BUF_SIZE (90 * 1024) #define DEFAULT_SND_BUF_SIZE (90 * 1024)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment