mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 22:23:07 +00:00
[Doc] Remove reference to UNIX sockets in StreamPeer.
That class can be used as a base to implement them, but there is no
actual implementation for it in Godot.
(cherry picked from commit e858f7c2ea
)
This commit is contained in:
parent
5602deeb0f
commit
066ceefcaf
@ -4,7 +4,7 @@
|
||||
Abstraction and base class for stream-based protocols.
|
||||
</brief_description>
|
||||
<description>
|
||||
StreamPeer is an abstraction and base class for stream-based protocols (such as TCP or UNIX sockets). It provides an API for sending and receiving data through streams as raw data or strings.
|
||||
StreamPeer is an abstraction and base class for stream-based protocols (such as TCP). It provides an API for sending and receiving data through streams as raw data or strings.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
Loading…
Reference in New Issue
Block a user