virtualx-engine/modules/enet
Jordan Schidlowsky 25636f8db7 [Net] ENet now sends fragmented packets unreliably too.
It used to always send them reliably when transfer mode was unreliable
or ordered if the packet size was more then the enet host MTU (1400
bytes by default).

This commit also adds a warning when debug is enabled to explain the
effects of sending fragmented packets unreliably.
2021-09-27 10:15:34 +02:00
..
doc_classes Document that ENet compression mode must match between client and server 2021-08-23 17:35:42 +02:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
networked_multiplayer_enet.cpp [Net] ENet now sends fragmented packets unreliably too. 2021-09-27 10:15:34 +02:00
networked_multiplayer_enet.h [Net] Add "dtls_hostname" property to ENet. 2021-08-09 15:50:52 +02:00
register_types.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
register_types.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2021-04-29 16:57:00 +02:00