[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
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
TCP Stream peer. TCP Stream peer.
</brief_description> </brief_description>
<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> </description>
<tutorials> <tutorials>
</tutorials> </tutorials>
@ -54,6 +54,7 @@
<return type="bool"> <return type="bool">
</return> </return>
<description> <description>
Returns [code]true[/code] if this peer is currently connected to a host, [code]false[code] otherwise.
</description> </description>
</method> </method>
<method name="set_no_delay"> <method name="set_no_delay">