🎈 perf(QUIC_MAX_UDP_PAYLOAD_SIZE): from 65527 to 1460
reduce mem alloc
This commit is contained in:
@@ -44,7 +44,7 @@ extern "C"
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define QUIC_MAX_UDP_PAYLOAD_SIZE 65527
|
#define QUIC_MAX_UDP_PAYLOAD_SIZE 1460
|
||||||
|
|
||||||
#define quic_string(str) \
|
#define quic_string(str) \
|
||||||
{ \
|
{ \
|
||||||
|
|||||||
Reference in New Issue
Block a user