How the buffering work in socket on linux
Posted
by michael
on Stack Overflow
See other posts from Stack Overflow
or by michael
Published on 2010-04-11T21:56:30Z
Indexed on
2010/04/11
22:03 UTC
Read the original article
Hit count: 203
networking
|linux
How does buffering work with sockets on Linux? i.e. if the server does not read the socket and the client keeps sending data. So what will happen? How big is the socket's buffer? And will the client know so that it will stop sending?
© Stack Overflow or respective owner