[DOCS] StreamPeerTCP

(cherry picked from commit 1df0900d8e)
This commit is contained in:
Max Hilbrunner 2018-10-21 22:28:21 +02:00 committed by Rémi Verschelde
parent e6ae704f32
commit a9657c63f4

View File

@ -4,7 +4,7 @@
TCP Stream peer.
</brief_description>
<description>
TCP Stream peer. This object can be used to connect to TCP servers, or also is returned by a tcp server.
TCP Stream peer. This object can be used to connect to TCP servers, or also is returned by a TCP server.
</description>
<tutorials>
</tutorials>
@ -54,6 +54,7 @@
<return type="bool">
</return>
<description>
Returns [code]true[/code] if this peer is currently connected to a host, [code]false[code] otherwise.
</description>
</method>
<method name="set_no_delay">