<?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: UDP send/recieve buffer size in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439141#M356982</link>
    <description>Someone else has already pointed-out that while TCP settings are made to /dev/tcp and IP settings to /dev/ip UDP settings get made to /dev/sockets... so much for foolish consistency in the HP-UX networking stack :)&lt;BR /&gt;&lt;BR /&gt;To what end is someone asking you to make the default UDP socket buffer receive size so very large?  At first blush it appears to be a MASSIVE KLUDGE for an application with a desparate need for end-to-end flow control that does not have such.&lt;BR /&gt;&lt;BR /&gt;Also, it seems a lame practice to set the *default* so high.  *Perhaps* set the max that high, but not the default.  Then the application can set its own sockets, and only its own sockets to such rediculously large values with a setsockopt(SO_RCVBUF) call.  Unless, of course, said application is also so terribly broken it does not have a way to set socket buffer sizes itself.</description>
    <pubDate>Mon, 15 Jun 2009 16:15:12 GMT</pubDate>
    <dc:creator>rick jones</dc:creator>
    <dc:date>2009-06-15T16:15:12Z</dc:date>
    <item>
      <title>UDP send/recieve buffer size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439134#M356975</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If some one was to suggest, "increase your kernal tunables related to UDP, in particular the UDP send/recieve buffer size".... then what would they mean?  &lt;BR /&gt;&lt;BR /&gt;How can I find out what this current value is?&lt;BR /&gt;I'm using HP_UX 11i B.11.11.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Sun, 14 Jun 2009 07:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439134#M356975</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-06-14T07:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: UDP send/recieve buffer size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439135#M356976</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This answer is OS dependent.&lt;BR /&gt;&lt;BR /&gt;for 11.23 and 11.31&lt;BR /&gt;kctune -l&lt;BR /&gt;&lt;BR /&gt;For 11.11&lt;BR /&gt;kmtune -l&lt;BR /&gt;&lt;BR /&gt;Shows all kernel tunables.&lt;BR /&gt;&lt;BR /&gt;BUT!&lt;BR /&gt;&lt;BR /&gt;I think this is really a network tuneable, which means its all in /etc/config.d/nddconf&lt;BR /&gt;&lt;BR /&gt;The ndd utility allows you to display and change these mostly on the fly.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 14 Jun 2009 08:17:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439135#M356976</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-14T08:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: UDP send/recieve buffer size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439136#M356977</link>
      <description>Any help from others expert??&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz</description>
      <pubDate>Sun, 14 Jun 2009 09:25:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439136#M356977</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-06-14T09:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: UDP send/recieve buffer size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439137#M356978</link>
      <description>Hi Minhaz:&lt;BR /&gt;&lt;BR /&gt;You might do:&lt;BR /&gt;&lt;BR /&gt;# ndd -h supported&lt;BR /&gt;&lt;BR /&gt;...and from those results:&lt;BR /&gt;&lt;BR /&gt;# ndd -h socket_udp_rcvbuf_default&lt;BR /&gt;&lt;BR /&gt;# ndd -get /dev/sockets socket_udp_rcvbuf_default&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 14 Jun 2009 12:04:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439137#M356978</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-14T12:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: UDP send/recieve buffer size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439138#M356979</link>
      <description>Thanks to all, I have another quey&lt;BR /&gt;if i want to set value "socket_udp_rcvbuf_default" to 2147483647&lt;BR /&gt;&lt;BR /&gt;then what is the command??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Minhaz&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jun 2009 10:37:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439138#M356979</guid>
      <dc:creator>Md. Minhaz Khan</dc:creator>
      <dc:date>2009-06-15T10:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: UDP send/recieve buffer size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439139#M356980</link>
      <description>Hi (again) Minhaz:&lt;BR /&gt;&lt;BR /&gt;To set the value do:&lt;BR /&gt;&lt;BR /&gt;# ndd -set /dev/sockets socket_udp_rcvbuf_default &lt;N&gt;&lt;BR /&gt;&lt;BR /&gt;...where the range of values for &lt;N&gt; is seen from:&lt;BR /&gt;&lt;BR /&gt;# ndd -h socket_udp_rcvbuf_default&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;/N&gt;&lt;/N&gt;</description>
      <pubDate>Mon, 15 Jun 2009 10:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439139#M356980</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-06-15T10:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: UDP send/recieve buffer size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439140#M356981</link>
      <description>Shalom again:&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/sockets socket_udp_rcvbuf_default 2147483647&lt;BR /&gt;&lt;BR /&gt;To make it permanent to survive a reboot you will need to record the change in /etc/rc.config.d/nddconf&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 15 Jun 2009 10:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439140#M356981</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-06-15T10:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: UDP send/recieve buffer size</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439141#M356982</link>
      <description>Someone else has already pointed-out that while TCP settings are made to /dev/tcp and IP settings to /dev/ip UDP settings get made to /dev/sockets... so much for foolish consistency in the HP-UX networking stack :)&lt;BR /&gt;&lt;BR /&gt;To what end is someone asking you to make the default UDP socket buffer receive size so very large?  At first blush it appears to be a MASSIVE KLUDGE for an application with a desparate need for end-to-end flow control that does not have such.&lt;BR /&gt;&lt;BR /&gt;Also, it seems a lame practice to set the *default* so high.  *Perhaps* set the max that high, but not the default.  Then the application can set its own sockets, and only its own sockets to such rediculously large values with a setsockopt(SO_RCVBUF) call.  Unless, of course, said application is also so terribly broken it does not have a way to set socket buffer sizes itself.</description>
      <pubDate>Mon, 15 Jun 2009 16:15:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/udp-send-recieve-buffer-size/m-p/4439141#M356982</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-06-15T16:15:12Z</dc:date>
    </item>
  </channel>
</rss>

