mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge branch 'master' of git://github.com/oy/teeworlds
This commit is contained in:
commit
37cd5d5510
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
MTU = 1400,
|
MTU = 1400,
|
||||||
MAX_SERVERS_PER_PACKET=77,
|
MAX_SERVERS_PER_PACKET=75,
|
||||||
MAX_PACKETS=16,
|
MAX_PACKETS=16,
|
||||||
MAX_SERVERS=MAX_SERVERS_PER_PACKET*MAX_PACKETS,
|
MAX_SERVERS=MAX_SERVERS_PER_PACKET*MAX_PACKETS,
|
||||||
MAX_BANS=128,
|
MAX_BANS=128,
|
||||||
|
|
Loading…
Reference in a new issue