Skip to content

Commit a880958

Browse files
authored
increase initial rwnd to 4mb (#245)
1 parent de408f4 commit a880958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/udx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
#define UDX_CONG_MAX_CWND 65536
4747
#define UDX_RTO_MAX_MS 30000
4848
#define UDX_RTT_MAX_MS 30000
49-
#define UDX_DEFAULT_RWND_MAX (256 * 1024) // arbitrary, ~175 1500 mtu packets, @20ms latency = 104 mbits/sec
49+
#define UDX_DEFAULT_RWND_MAX (4 * 1024 * 1024) // arbitrary, ~175 1500 mtu packets, @20ms latency = 416 mbits/sec
5050

5151
#define UDX_HIGH_WATERMARK 262144
5252

0 commit comments

Comments
 (0)