virtualx-engine/modules/websocket
Jordan Schidlowsky 14a1303f2d
[Net] Non-blocking WebSocket hostname resolution.
Hostname is now resolved during poll in WebSocketClient (wslay) to avoid
blocking during connect.
An attempt is still made to find the hostname in the resolver cache.

(cherry picked from commit 1ec96bc206)
2022-02-11 09:50:58 +01:00
..
doc_classes Make overridden properties link to parent definition 2021-12-03 17:48:49 +03:00
config.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
emws_client.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
emws_client.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
emws_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
emws_peer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
emws_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
emws_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
library_godot_websocket.js Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
packet_buffer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
register_types.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
SCsub wslay: Sync with upstream 45d22583b 2021-11-20 11:50:59 +01:00
websocket_client.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_client.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_macros.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_multiplayer_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_multiplayer_peer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_peer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
websocket_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
wsl_client.cpp [Net] Non-blocking WebSocket hostname resolution. 2022-02-11 09:50:58 +01:00
wsl_client.h [Net] Non-blocking WebSocket hostname resolution. 2022-02-11 09:50:58 +01:00
wsl_peer.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
wsl_peer.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
wsl_server.cpp Update copyright statements to 2022 2022-01-13 15:54:13 +01:00
wsl_server.h Update copyright statements to 2022 2022-01-13 15:54:13 +01:00