Re: What does the -w flag do in UDP mode?


On Sat, 3 Jul 2004, Marc Herbert wrote:

> Since UDP does not need to hold all un-acknowleged packets on the
> receiver (no reliability), small buffers will not prevent you to send

Oups, I meant: "hold on the _sender_". Sorry.

Actually for TCP, you _also_ need big enough buffers on the receiver,
but for a different reason/different "window": the sender won't take
the risk to overflow the receive socket buffer. So if the receive
socket buffer is too small, the sender may refrain itself to use all
the available bandwith.

But this not related to UDP/your question.



Other Mailing lists | Author Index | Date Index | Subject Index | Thread Index