On Mon, 9 Aug 2004, Dinil Divakaran wrote:
1) Does ICMP source quench really work ?
Depends on what you mean by work. A TCP implementation is not required to care about this, but it looks like at least Linux does care to the same level as ECN notifications.
2) Is using ECN (Early Congestion Notification) a better way (than using source quench) to slow down the sender as quickly as possible ?
Only if both sides of the connection supports ECN, and only on bidirectional streams (TCP).
3) Is it also possible to send an ICMP packet back to the sender using iptables? If so, please give some info (or links to related) documents to do so.
Yes. See the REJECT target.
Probably can not do what you look for if I understand your intentions correctly, but should be trivial to use as reference for making what you desire.
Regards Henrik - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html