godot/modules/enet
Jordan Schidlowsky 373d5ea103 [Net] ENet poll now only service the connection once.
It used to call `enet_host_service` until all events were consumed, but
that also meant constantly polling the connection leading to potentially
unbounded processing time.

It now only service the connection once, and instead consumes all the
retrieved events via `enet_host_check_events`.
2021-12-15 14:03:42 +01:00
..
doc_classes Replace Godot docs URL with $DOCS_URL in XML class reference 2021-11-15 13:02:21 +01:00
config.py
enet_connection.cpp [Net] ENet poll now only service the connection once. 2021-12-15 14:03:42 +01:00
enet_connection.h [Net] ENet poll now only service the connection once. 2021-12-15 14:03:42 +01:00
enet_multiplayer_peer.cpp [Net] ENet poll now only service the connection once. 2021-12-15 14:03:42 +01:00
enet_multiplayer_peer.h [Net] ENet poll now only service the connection once. 2021-12-15 14:03:42 +01:00
enet_packet_peer.cpp
enet_packet_peer.h
register_types.cpp
register_types.h
SCsub