Skip to content
Snippets Groups Projects
Commit fa32c6aa authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

Documentation fix

Quite important adnotation - Socket object does STREAMING comms
parent a4e86484
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import select
class Socket(FileDescriptorChannel):
"""
A channel implementation of a network socket.
A channel implementation of a TCP (or, in general, stream-oriented) network socket.
If the socket is blocking, it is assumed that it is processed in a threading manner. Therefore
fails during reads or writes will result in closing the socket.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment