Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

OK, it makes sense that if the client isn reading, the data isn going to make it across the connection. I take it this causes the sender to block after the recieve queue is filled?

0
Posted

OK, it makes sense that if the client isn reading, the data isn going to make it across the connection. I take it this causes the sender to block after the recieve queue is filled?

0

The sender blocks when the socket send buffer is full, so buffers will be full at both ends. While the window is closed, the sending TCP sends window probe packets. This ensures that when the window finally does open again, the sending TCP detects the fact. [RFC1122, ss 4.2.2.17] The second interesting case is “Nagle algorithm” (small segments, e.g.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123