<?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: cannot transfer over 32KB file using UDP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533576#M559286</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;Here is error message.&lt;BR /&gt;It is for transferring within internal communication.&lt;BR /&gt;&lt;BR /&gt;-----------------------------------&lt;BR /&gt;sh: a.out:  not found.&lt;BR /&gt;/home/crevol/src/test]./a.out&lt;BR /&gt;Send Buffer = (262144)&lt;BR /&gt;Recv Buffer = (262144)&lt;BR /&gt;strlen = (32770)             &amp;lt;- file size&lt;BR /&gt;sendto() fail (ret = -1)&lt;BR /&gt;SndUnixSocket() fail (errno = 218)&lt;BR /&gt;&lt;BR /&gt;--------------------------------------&lt;BR /&gt;&lt;BR /&gt;if the size is below 32K ..It is successfull as below.&lt;BR /&gt;&lt;BR /&gt;/home/crevol/src/test]./a.out&lt;BR /&gt;Send Buffer = (262144)&lt;BR /&gt;Recv Buffer = (262144)&lt;BR /&gt;strlen = (32700)         &amp;lt;- file size&lt;BR /&gt;SendLen = (32700)&lt;BR /&gt;RecvLen = (32700)&lt;BR /&gt;&lt;BR /&gt;---------------------------------------&lt;BR /&gt;&lt;BR /&gt;I think Send/recv buffer will have a key for this problem.&lt;BR /&gt;Is there anyone who can help?&lt;BR /&gt;please let me know the solution&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Fri, 29 Apr 2005 01:11:21 GMT</pubDate>
    <dc:creator>Joon</dc:creator>
    <dc:date>2005-04-29T01:11:21Z</dc:date>
    <item>
      <title>cannot transfer over 32KB file using UDP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533574#M559284</link>
      <description>Hi Guys.&lt;BR /&gt;&lt;BR /&gt;I cannot transfer over 32KB file using UDP.&lt;BR /&gt;Is there anyone who can help on this?&lt;BR /&gt;What configuration should I change for this?</description>
      <pubDate>Wed, 27 Apr 2005 19:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533574#M559284</guid>
      <dc:creator>Joon</dc:creator>
      <dc:date>2005-04-27T19:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: cannot transfer over 32KB file using UDP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533575#M559285</link>
      <description>UDP is pretty broad. How are you trying to do the transfer? What script or tools are involved?&lt;BR /&gt;&lt;BR /&gt;More detail means faster solution.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 27 Apr 2005 20:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533575#M559285</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-04-27T20:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: cannot transfer over 32KB file using UDP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533576#M559286</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Here is error message.&lt;BR /&gt;It is for transferring within internal communication.&lt;BR /&gt;&lt;BR /&gt;-----------------------------------&lt;BR /&gt;sh: a.out:  not found.&lt;BR /&gt;/home/crevol/src/test]./a.out&lt;BR /&gt;Send Buffer = (262144)&lt;BR /&gt;Recv Buffer = (262144)&lt;BR /&gt;strlen = (32770)             &amp;lt;- file size&lt;BR /&gt;sendto() fail (ret = -1)&lt;BR /&gt;SndUnixSocket() fail (errno = 218)&lt;BR /&gt;&lt;BR /&gt;--------------------------------------&lt;BR /&gt;&lt;BR /&gt;if the size is below 32K ..It is successfull as below.&lt;BR /&gt;&lt;BR /&gt;/home/crevol/src/test]./a.out&lt;BR /&gt;Send Buffer = (262144)&lt;BR /&gt;Recv Buffer = (262144)&lt;BR /&gt;strlen = (32700)         &amp;lt;- file size&lt;BR /&gt;SendLen = (32700)&lt;BR /&gt;RecvLen = (32700)&lt;BR /&gt;&lt;BR /&gt;---------------------------------------&lt;BR /&gt;&lt;BR /&gt;I think Send/recv buffer will have a key for this problem.&lt;BR /&gt;Is there anyone who can help?&lt;BR /&gt;please let me know the solution&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 01:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533576#M559286</guid>
      <dc:creator>Joon</dc:creator>
      <dc:date>2005-04-29T01:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: cannot transfer over 32KB file using UDP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533577#M559287</link>
      <description>What version u are running..</description>
      <pubDate>Fri, 29 Apr 2005 01:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533577#M559287</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-29T01:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: cannot transfer over 32KB file using UDP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533578#M559288</link>
      <description>HPUX 11i.&lt;BR /&gt;&lt;BR /&gt;another error&lt;BR /&gt;------------------&lt;BR /&gt;/]netstat -p udp&lt;BR /&gt;udp:&lt;BR /&gt;        141177 incomplete headers&lt;BR /&gt;        0 bad checksums&lt;BR /&gt;        188217 socket overflows&lt;BR /&gt;---------------------------------&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 29 Apr 2005 01:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533578#M559288</guid>
      <dc:creator>Joon</dc:creator>
      <dc:date>2005-04-29T01:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: cannot transfer over 32KB file using UDP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533579#M559289</link>
      <description>What patch levels are you maintaining on your server.&lt;BR /&gt;&lt;BR /&gt;I would recommend the latest ARPA patches on the system.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Apr 2005 01:28:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533579#M559289</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-29T01:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: cannot transfer over 32KB file using UDP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533580#M559290</link>
      <description>Latest ARPA patch for 11i&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_31247" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHNE_31247&lt;/A&gt;</description>
      <pubDate>Fri, 29 Apr 2005 01:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533580#M559290</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-29T01:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: cannot transfer over 32KB file using UDP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533581#M559291</link>
      <description>Just hold on!!!&lt;BR /&gt;&lt;BR /&gt;HP has issued a warning in this patch..</description>
      <pubDate>Fri, 29 Apr 2005 01:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533581#M559291</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2005-04-29T01:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: cannot transfer over 32KB file using UDP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533582#M559292</link>
      <description>Joon,&lt;BR /&gt;it is still not very clear what is it that you are using for the udp transfer. Are you nfs mounting using udp and then copying? &lt;BR /&gt;more info would be helpful to provide a good response&lt;BR /&gt;thanks&lt;BR /&gt;Devesh</description>
      <pubDate>Sun, 01 May 2005 04:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-transfer-over-32kb-file-using-udp/m-p/3533582#M559292</guid>
      <dc:creator>Devesh Pant_1</dc:creator>
      <dc:date>2005-05-01T04:11:33Z</dc:date>
    </item>
  </channel>
</rss>

