b4fc69e0e2
Passing `0` to `enet_host_create` will allow the maximum amount of channel supported by ENet. For some reasons, `connect_to_host` will instead only create 1 channel when passed `0`. This commit normalize the behaviour to always allocate the maximum allowed channels when passing `0`. |
||
---|---|---|
.. | ||
doc_classes | ||
config.py | ||
enet_connection.cpp | ||
enet_connection.h | ||
enet_multiplayer_peer.cpp | ||
enet_multiplayer_peer.h | ||
enet_packet_peer.cpp | ||
enet_packet_peer.h | ||
register_types.cpp | ||
register_types.h | ||
SCsub |