godot/modules/enet
Fabio Alessandrelli e05a7a4a4b
[Net] ENet non-relaying server now process broadcasts.
Setting `server_relay = false` prevents the server from letting clients
communicate with each other, but without this fix, the server would also
ignore broadcast packets.
With this change, the server still does not relay messages to other
clients, but will correctly process broadcast messages (and "exclusive"
messages) as if they were directed to just the server.

(cherry picked from commit fc255bde29)
2021-06-17 12:47:55 +02:00
..
doc_classes Fix typos with codespell 2021-05-20 12:56:56 +02:00
config.py
networked_multiplayer_enet.cpp [Net] ENet non-relaying server now process broadcasts. 2021-06-17 12:47:55 +02:00
networked_multiplayer_enet.h
register_types.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
register_types.h
SCsub