Skip to content

Commit

Permalink
Tune TCP options.
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsracz committed Dec 29, 2023
1 parent f52ca25 commit 3e6e3ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion applications/hub/main.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ OVERRIDE_CONST(gridconnect_buffer_delay_usec, 2000);
OVERRIDE_CONST(gridconnect_bridge_max_incoming_packets, 5);
OVERRIDE_CONST(gridconnect_bridge_max_outgoing_packets, 5);
OVERRIDE_CONST(gridconnect_tcp_snd_buffer_size, 8192);
OVERRIDE_CONST(gridconnect_tcp_rcv_buffer_size, 3100);
OVERRIDE_CONST(gridconnect_tcp_rcv_buffer_size, 8192);
OVERRIDE_CONST(gridconnect_tcp_notsent_lowat_buffer_size, 1024);

OVERRIDE_CONST_TRUE(gridconnect_tcp_use_select);

Expand Down

0 comments on commit 3e6e3ac

Please sign in to comment.