Re: TCP RecvQ SendQ

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 16 Oct 1998 02:37:05 +0100 (BST)


> Is the only way to solve this problem the implementation of buffering on
> both ends of the connection in my software to keep the RecvQ and SendQ low ?
> or is there a parameter I could change within the kernel to allow for bigger
> RecvQ SendQs ?

Its up to you to send data slower than you can process it the other end or
the network can take it. You can add all the buffers you like, you wont change
that fundamental fact.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/