<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Source Quench received when pinging server from PCs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487970#M596689</link>
    <description>Greg:&lt;BR /&gt;&lt;BR /&gt;Document #S3100005739 states, in part:&lt;BR /&gt;&lt;BR /&gt;PROBLEM: Upon pinging an 11.0 system, I am seeing a packet loss and Internet Control Message Protocol (ICMP) source quench messages.&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;ICMP source quench messages are generated when an IP packet is received by the 11.0 system that can't be delivered to the socket buffer of the receiving application.  The intent is to inform the sender of the full buffer condition so the rate of the transmission&lt;BR /&gt;is slowed down until the buffer can be read by the receiving application.&lt;BR /&gt;&lt;BR /&gt;Setting the ndd parameter ip_send_source_quench to 0 can be an effective way to deal with the messages.  Programs that use icmp protocol, such as ping, use a type of&lt;BR /&gt;socket called SOCK_RAW.  The nature of using raw IP sockets is that ALL packets received that match the protocol type of the raw socket are delivered to ALL the sockets using that protocol.  It is up to the application to read all the data in it's socket buffer and discard the data it's not interested in. If any of these sockets are full, the icmp source quench message will be generated.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Tue, 30 Jan 2001 14:07:10 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-01-30T14:07:10Z</dc:date>
    <item>
      <title>Source Quench received when pinging server from PCs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487968#M596687</link>
      <description>I've recently noticed the following response when pinging our HP 9000/800/N4000-36 server:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Reply from &lt;IP address=""&gt;:  Source Quench Received&lt;BR /&gt;&lt;BR /&gt;Other times we get the typical response:&lt;BR /&gt;&lt;BR /&gt;Reply from &lt;IP address=""&gt;: bytes =  time = TTL =&lt;BR /&gt;&lt;BR /&gt;Ping this server from one of our other HP-UX servers also results in the typical reply I would expect to see.&lt;BR /&gt;&lt;BR /&gt;So the Source Quench Received only seems to happen when we ping the server from a PC.  But it doesn't happen on every ping.&lt;BR /&gt;&lt;BR /&gt;What does Source Quench Received mean?  Any help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Greg&lt;/IP&gt;&lt;/IP&gt;</description>
      <pubDate>Tue, 30 Jan 2001 13:54:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487968#M596687</guid>
      <dc:creator>Greg Hale</dc:creator>
      <dc:date>2001-01-30T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench received when pinging server from PCs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487969#M596688</link>
      <description>Here's a thread that answers your question and gives you a method of getting rid of the messages....they are annoying is all:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support.external.hp.com/cki/bin/doc.pl/sid=704926cf1c898b30b4/screen=ckiDisplayDocument?docId=200000046590817" target="_blank"&gt;http://us-support.external.hp.com/cki/bin/doc.pl/sid=704926cf1c898b30b4/screen=ckiDisplayDocument?docId=200000046590817&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
      <pubDate>Tue, 30 Jan 2001 14:05:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487969#M596688</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-01-30T14:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench received when pinging server from PCs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487970#M596689</link>
      <description>Greg:&lt;BR /&gt;&lt;BR /&gt;Document #S3100005739 states, in part:&lt;BR /&gt;&lt;BR /&gt;PROBLEM: Upon pinging an 11.0 system, I am seeing a packet loss and Internet Control Message Protocol (ICMP) source quench messages.&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;ICMP source quench messages are generated when an IP packet is received by the 11.0 system that can't be delivered to the socket buffer of the receiving application.  The intent is to inform the sender of the full buffer condition so the rate of the transmission&lt;BR /&gt;is slowed down until the buffer can be read by the receiving application.&lt;BR /&gt;&lt;BR /&gt;Setting the ndd parameter ip_send_source_quench to 0 can be an effective way to deal with the messages.  Programs that use icmp protocol, such as ping, use a type of&lt;BR /&gt;socket called SOCK_RAW.  The nature of using raw IP sockets is that ALL packets received that match the protocol type of the raw socket are delivered to ALL the sockets using that protocol.  It is up to the application to read all the data in it's socket buffer and discard the data it's not interested in. If any of these sockets are full, the icmp source quench message will be generated.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 30 Jan 2001 14:07:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487970#M596689</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-01-30T14:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench received when pinging server from PCs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487971#M596690</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have a look at this thread&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x28d0f841489fd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x28d0f841489fd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 30 Jan 2001 14:12:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487971#M596690</guid>
      <dc:creator>Andreas Voss</dc:creator>
      <dc:date>2001-01-30T14:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench received when pinging server from PCs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487972#M596691</link>
      <description>I followed the notes in Knowledge Base entry KBRC00000238 that says to modify /etc/rc.config.d/nddconf.  I followed the steps and still get Source Quench Received when I ping the server from a Win 98 PC or a Win NT 4.0 PC.&lt;BR /&gt;&lt;BR /&gt;Any additional ideas?</description>
      <pubDate>Wed, 31 Jan 2001 15:59:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487972#M596691</guid>
      <dc:creator>Greg Hale</dc:creator>
      <dc:date>2001-01-31T15:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Source Quench received when pinging server from PCs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487973#M596692</link>
      <description>We rebooted the server and the changes that were made per the previous replies seems to have taken effect as we now no longer receive the Source Quench message when pining the server.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;Greg</description>
      <pubDate>Mon, 05 Feb 2001 12:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/source-quench-received-when-pinging-server-from-pcs/m-p/2487973#M596692</guid>
      <dc:creator>Greg Hale</dc:creator>
      <dc:date>2001-02-05T12:53:41Z</dc:date>
    </item>
  </channel>
</rss>

