Display set_nodelay to GDScript
Pass enabled arg Rename set_nodelay to set_no_delay Add description to the method Change description
This commit is contained in:
@@ -29,6 +29,16 @@
|
||||
Disconnect from host.
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_no_delay">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="enabled" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
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.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_connected_host" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user