godot/modules/websocket/doc_classes
Fabio Alessandrelli d65e7aab76 [WebSocket] Ensure TCP_NODELAY is always set
Almost all WebSocket implementations (including all major browsers)
disable Nagle's algorithm to favor low latency over packet overhead.

This was also the case in Godot 3.x, while in Godot 4.0 this was only
being done for clients and wasn't even always working due to a bug.

This commit fixes the aforementioned bug, and forces TCP_NODELAY when
accepting a stream as a server.
2024-07-22 14:40:19 +02:00
..
WebSocketMultiplayerPeer.xml Doctool: Remove version attribute from XML header 2023-07-06 10:08:21 +02:00
WebSocketPeer.xml [WebSocket] Ensure TCP_NODELAY is always set 2024-07-22 14:40:19 +02:00