From 87adf9cfbab00a40aad483b4e709518d5f61b6d1 Mon Sep 17 00:00:00 2001 From: Marlon Henry Schweigert Date: Tue, 30 Jan 2018 13:22:15 -0200 Subject: Display set_nodelay to GDScript Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description --- doc/classes/StreamPeerTCP.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/classes/StreamPeerTCP.xml b/doc/classes/StreamPeerTCP.xml index 37fec62cbc..73e9b97367 100644 --- a/doc/classes/StreamPeerTCP.xml +++ b/doc/classes/StreamPeerTCP.xml @@ -29,6 +29,16 @@ Disconnect from host. + + + + + + + Disable Nagle algorithm to improve latency for small packets. + Note that for applications that send large packets, or need to transfer a lot of data, this can reduce total bandwidth. + + -- cgit v1.2.3