<?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: sendq size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830649#M88807</link>
    <description>Hi   Sivakumar&lt;BR /&gt; &lt;BR /&gt;   you are telling about the maximum number of request from a client that can be accepted by server tcp_conn_request_max. &lt;BR /&gt;&lt;BR /&gt;But I need the maximum limit of Send_Q in tcp socket in server client tcp communication.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for reply&lt;BR /&gt;&lt;BR /&gt;Manoj&lt;BR /&gt;    &lt;BR /&gt;</description>
    <pubDate>Tue, 22 Oct 2002 10:46:07 GMT</pubDate>
    <dc:creator>Manoj P.U._1</dc:creator>
    <dc:date>2002-10-22T10:46:07Z</dc:date>
    <item>
      <title>sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830646#M88804</link>
      <description>&lt;BR /&gt;Hello&lt;BR /&gt;  Can anybody help to find the maximum size of Send-Q that it can grow before closing the socket connection?&lt;BR /&gt;&lt;BR /&gt;This problem (dropping socket connection) is occurring in hp-ux 11.00 with Java based Application (Socket programming)&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;Manoj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Oct 2002 09:26:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830646#M88804</guid>
      <dc:creator>Manoj P.U._1</dc:creator>
      <dc:date>2002-10-22T09:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830647#M88805</link>
      <description>check this link&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0xfb9ae7613948d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://bizforums.itrc.hp.com/cm/QuestionAnswer/1,,0xfb9ae7613948d5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 22 Oct 2002 09:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830647#M88805</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-10-22T09:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830648#M88806</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;To find the current max value do this,&lt;BR /&gt;#ndd -get /dev/tcp tcp_connec_request_max&lt;BR /&gt;&lt;BR /&gt;Increase the value .&lt;BR /&gt;#ndd -set /dev/tcp tcp_connec_request_max 2048&lt;BR /&gt;&lt;BR /&gt;Make entries in /etc/rc.config.d/nddconf file &lt;BR /&gt;TRANSPORT_NAME[&lt;INDEX&gt;]=tcp&lt;BR /&gt;NDD_NAME[&lt;INDEX&gt;]=tcp_connec_request_max&lt;BR /&gt;NDD_VALUE[&lt;INDEX&gt;]=2048&lt;BR /&gt;      &lt;BR /&gt;to make setting permanent even after &lt;BR /&gt;reboot.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/INDEX&gt;&lt;/INDEX&gt;&lt;/INDEX&gt;</description>
      <pubDate>Tue, 22 Oct 2002 10:11:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830648#M88806</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-22T10:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830649#M88807</link>
      <description>Hi   Sivakumar&lt;BR /&gt; &lt;BR /&gt;   you are telling about the maximum number of request from a client that can be accepted by server tcp_conn_request_max. &lt;BR /&gt;&lt;BR /&gt;But I need the maximum limit of Send_Q in tcp socket in server client tcp communication.  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks for reply&lt;BR /&gt;&lt;BR /&gt;Manoj&lt;BR /&gt;    &lt;BR /&gt;</description>
      <pubDate>Tue, 22 Oct 2002 10:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830649#M88807</guid>
      <dc:creator>Manoj P.U._1</dc:creator>
      <dc:date>2002-10-22T10:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830650#M88808</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;DO this please.&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/ndd -set tcp_syn_rcvd_max 2000&lt;BR /&gt;&lt;BR /&gt;Make approriate entries in nddconf also&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Oct 2002 11:03:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830650#M88808</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-22T11:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830651#M88809</link>
      <description>Hi shivakumar&lt;BR /&gt;&lt;BR /&gt;  You are giving solution to keep the socket connection for long time. But I don't want to do that because the application is developed in that way, it will close the connection if it cannot write to the socket.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In which location you are working in HCL, I am in Mumbai, HCL.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Manoj</description>
      <pubDate>Tue, 22 Oct 2002 11:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830651#M88809</guid>
      <dc:creator>Manoj P.U._1</dc:creator>
      <dc:date>2002-10-22T11:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830652#M88810</link>
      <description>Daa Manoj,&lt;BR /&gt;&lt;BR /&gt;Just got the message from CTK. Did you check the command 'netstat'. This command will tell you the value of Send-Q at the third column:&lt;BR /&gt;&lt;BR /&gt;# netstat</description>
      <pubDate>Tue, 22 Oct 2002 14:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830652#M88810</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-10-22T14:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830653#M88811</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think you can understand that parameter tcp_syn_rcvd_max perfectly now.&lt;BR /&gt;&lt;BR /&gt;Maximum SYN received parameter limits the socket queue because it will drop connections&lt;BR /&gt;when it exceeds the value. &lt;BR /&gt;&lt;BR /&gt;Moreover I have done lot of R&amp;amp;D on this paramter . So you have to belive me ;-)&lt;BR /&gt;&lt;BR /&gt;To Reinforce my arguments , I would like to quote a reference from my collection:- &lt;BR /&gt;&lt;BR /&gt;"While great effort is undertaken to defend any network from those with malicious intent, several ports (largely TCP) must remain open to conduct business. Internet vandals may attempt to exploit these ports to launch a denial of service attack. One of the most popular attacks remains the SYN flood, wherein the socket queue of the attacked host is overwhelmed with bogus connection requests. To defend against such attacks, certain UNIX variants maintain separate queues for inbound socket connection requests. One queue is for half-open sockets (SYN received, SYN|ACK sent), the other queue for fully-open sockets awaiting an accept() call from the application. These two queues should be increased so that an attack of low to moderate intensity will have little to no effect on the stability or availability of the server. &lt;BR /&gt;&lt;BR /&gt;A. AIX &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/no -o clean_partial_conns=1 &lt;BR /&gt;&lt;BR /&gt;This setting will instruct the kernel to randomly remove half-open sockets from the q0 queue to make room for new sockets. &lt;BR /&gt;&lt;BR /&gt;B. Solaris &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ndd -set /dev/tcp tcp_conn_req_max_q 1024 &lt;BR /&gt;&lt;BR /&gt;The q queue holds sockets awaiting an accept() call from the application. &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ndd -set /dev/tcp tcp_conn_req_max_q0 2048 &lt;BR /&gt;&lt;BR /&gt;The q0 queue contains half-open sockets. &lt;BR /&gt;&lt;BR /&gt;C. Tru64 UNIX &lt;BR /&gt;&lt;BR /&gt;/sbin/sysconfig -r socket sominconn=65535 &lt;BR /&gt;&lt;BR /&gt;The value of sominconn determines how many simultaneous incoming SYN packets can be handled by the system. &lt;BR /&gt;&lt;BR /&gt;/sbin/sysconfig -r socket somaxconn=65535 &lt;BR /&gt;&lt;BR /&gt;The value of somaxconn sets the maximum number of pending TCP connections. &lt;BR /&gt;&lt;BR /&gt;D. HP-UX &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/ndd -set tcp_syn_rcvd_max 1024 &lt;BR /&gt;/usr/sbin/ndd -set tcp_conn_request_max 200 &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I know you , I was working in mumbai now transfered to Coimbatore. I was with sudheesh varma in RBI.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 03:24:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830653#M88811</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-23T03:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830654#M88812</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Hi &lt;BR /&gt;&lt;BR /&gt; Shiju, Ethu message anu nokkendathu ? &lt;BR /&gt;&lt;BR /&gt; Shiva, Now I got yoy and nice to meet you in this forum. How is your health??&lt;BR /&gt;&lt;BR /&gt;Warm regards&lt;BR /&gt;&lt;BR /&gt;Manoj&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2002 03:55:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830654#M88812</guid>
      <dc:creator>Manoj P.U._1</dc:creator>
      <dc:date>2002-10-23T03:55:13Z</dc:date>
    </item>
    <item>
      <title>Re: sendq size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830655#M88813</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;My health is almost OK now. Thanks . Keep in touch. Convey my regards to all.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Wed, 23 Oct 2002 04:11:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendq-size/m-p/2830655#M88813</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-10-23T04:11:45Z</dc:date>
    </item>
  </channel>
</rss>

