Merge pull request #48879 from Faless/doc/4.x_no_unix_socks

[Doc] Remove reference to UNIX sockets in StreamPeer.
This commit is contained in:
Rémi Verschelde 2021-05-20 12:13:41 +02:00 committed by GitHub
commit 42b6602f1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>