Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b73ca4

Browse files
committed
s/SOCKSTREAM/TCP/
1 parent 8e644f0 commit 5b73ca4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/sockets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ When Sockets Die
298298

299299
Probably the worst thing about using blocking sockets is what happens when the
300300
other side comes down hard (without doing a ``close``). Your socket is likely to
301-
hang. SOCKSTREAM is a reliable protocol, and it will wait a long, long time
301+
hang. TCP is a reliable protocol, and it will wait a long, long time
302302
before giving up on a connection. If you're using threads, the entire thread is
303303
essentially dead. There's not much you can do about it. As long as you aren't
304304
doing something dumb, like holding a lock while doing a blocking read, the

0 commit comments

Comments
 (0)