> The problem is not really solvable unless you fix the application to send
> smaller packets. The only way to shape traffic in IP is to drop packets

There are 3 ways: 1- dropping packets (obvious), 2- buffer packets and delay
retransmission (if the receiver gets the packet later, it will ACK it later,
ie you play with the timeout value without touching the window size of the 
trasnmitter and you don't need to drop packets), 3- use (or misuse ?) ECN.


Bye.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to