increase send buffer size

pull/576/head
Jeff Becker 5 years ago
parent af62e051b5
commit 6cd774ff9e
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -163,7 +163,7 @@ namespace llarp
utp_context_set_option(_utp_ctx, UTP_LOG_NORMAL, 1);
utp_context_set_option(_utp_ctx, UTP_LOG_MTU, 1);
utp_context_set_option(_utp_ctx, UTP_LOG_DEBUG, 1);
utp_context_set_option(_utp_ctx, UTP_SNDBUF, MAX_LINK_MSG_SIZE * 16);
utp_context_set_option(_utp_ctx, UTP_SNDBUF, MAX_LINK_MSG_SIZE * 64);
utp_context_set_option(_utp_ctx, UTP_RCVBUF, MAX_LINK_MSG_SIZE * 64);
}

Loading…
Cancel
Save