🎈 perf(QUIC_MAX_UDP_PAYLOAD_SIZE): from 65527 to 1460

reduce mem alloc
This commit is contained in:
yangwei
2024-01-11 15:46:09 +08:00
parent a7d76dda73
commit aebc66e015

View File

@@ -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) \
{ \ { \