Operating System - HP-UX
1830938 Members
1720 Online
110017 Solutions
New Discussion

icmp source quench management

 
Gonzalo Araluce
New Member

icmp source quench management

Hi,
I would like to know if the HPX 11.11 components implements the reception of ICMP source quench. What kind of congestion management it would start when receiving this ICMP type of message ?. Does it stop sending ip packets to the sender of the icmp msg ? How does it clear this situation ?
We have an ip_send_source_quench parameter , but in this case ,do we have an ip_rcv_source_quench ?
Thanks in advance.
4 REPLIES 4
Bharat Katkar
Honored Contributor

Re: icmp source quench management

Hi,
See this link below.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=98068

Hope that helps.
Regards,
You need to know a lot to actually know how little you know
Rita C Workman
Honored Contributor

Re: icmp source quench management

Here's an old thread on source_quench that may provide some help...or at least give you food for thought:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=87771

Hope it helps,
Rita
Gonzalo Araluce
New Member

Re: icmp source quench management

I'm focus on the icmp reception side. I'm studing the HP server side behaviour when it receives an ICMP 'source quench' message from a router connected to the lan. How does 'inetd' behaves ? How does it slow down the communication to let breathe the router .
Regards.
Bharat Katkar
Honored Contributor

Re: icmp source quench management

HI ,
It won't slow down the router but one of them who is sending packet realises that packet has not reached the destination i.e. anyhow it got discarded so it resends the packets. This overall gets you the feeling of slower network.
Regards,
You need to know a lot to actually know how little you know