Add NET_MAX_PACKETSIZE
constant
This can come in handy for udp recv calls
This commit is contained in:
parent
94d70fd60a
commit
c49d1de042
|
@ -1 +1,2 @@
|
|||
NET_MAX_SEQUENCE = 1<<10
|
||||
NET_MAX_PACKETSIZE = 1400
|
||||
|
|
Loading…
Reference in a new issue