Commit b138b143 authored by Robert Schmidt's avatar Robert Schmidt

Increase SCTP receive buffer to capture large messages

parent ec60cc95
......@@ -26,6 +26,6 @@
#define SCTP_IN_STREAMS (16)
#define SCTP_MAX_ATTEMPTS (8)
#define SCTP_TIMEOUT (60000)
#define SCTP_RECV_BUFFER_SIZE (8192)
#define SCTP_RECV_BUFFER_SIZE (65536)
#endif /* SCTP_DEFAULT_VALUES_H_ */
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