Add NET_MAX_PACKETSIZE constant

This can come in handy for udp recv calls
This commit is contained in:
ChillerDragon 2023-05-07 15:02:23 +02:00
parent 94d70fd60a
commit c49d1de042

View file

@ -1 +1,2 @@
NET_MAX_SEQUENCE = 1<<10 NET_MAX_SEQUENCE = 1<<10
NET_MAX_PACKETSIZE = 1400