mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-24 16:09:22 +00:00
Fixed DataChannel recv queue limit
This commit is contained in:
@ -43,10 +43,6 @@ using std::uint8_t;
|
||||
|
||||
const size_t MAX_NUMERICNODE_LEN = 48; // Max IPv6 string representation length
|
||||
const size_t MAX_NUMERICSERV_LEN = 6; // Max port string representation length
|
||||
|
||||
const size_t RECV_QUEUE_SIZE = 16; // DataChannel receive queue size in messages
|
||||
// (0 means unlimited)
|
||||
|
||||
const uint16_t DEFAULT_SCTP_PORT = 5000; // SCTP port to use by default
|
||||
|
||||
template <class... Ts> struct overloaded : Ts... { using Ts::operator()...; };
|
||||
|
Reference in New Issue
Block a user