- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot transfer over 32KB file using UDP
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 12:58 PM
04-27-2005 12:58 PM
cannot transfer over 32KB file using UDP
I cannot transfer over 32KB file using UDP.
Is there anyone who can help on this?
What configuration should I change for this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2005 01:39 PM
04-27-2005 01:39 PM
Re: cannot transfer over 32KB file using UDP
More detail means faster solution.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:11 PM
04-28-2005 06:11 PM
Re: cannot transfer over 32KB file using UDP
Here is error message.
It is for transferring within internal communication.
-----------------------------------
sh: a.out: not found.
/home/crevol/src/test]./a.out
Send Buffer = (262144)
Recv Buffer = (262144)
strlen = (32770) <- file size
sendto() fail (ret = -1)
SndUnixSocket() fail (errno = 218)
--------------------------------------
if the size is below 32K ..It is successfull as below.
/home/crevol/src/test]./a.out
Send Buffer = (262144)
Recv Buffer = (262144)
strlen = (32700) <- file size
SendLen = (32700)
RecvLen = (32700)
---------------------------------------
I think Send/recv buffer will have a key for this problem.
Is there anyone who can help?
please let me know the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:20 PM
04-28-2005 06:20 PM
Re: cannot transfer over 32KB file using UDP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:21 PM
04-28-2005 06:21 PM
Re: cannot transfer over 32KB file using UDP
another error
------------------
/]netstat -p udp
udp:
141177 incomplete headers
0 bad checksums
188217 socket overflows
---------------------------------
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:28 PM
04-28-2005 06:28 PM
Re: cannot transfer over 32KB file using UDP
I would recommend the latest ARPA patches on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:29 PM
04-28-2005 06:29 PM
Re: cannot transfer over 32KB file using UDP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2005 06:31 PM
04-28-2005 06:31 PM
Re: cannot transfer over 32KB file using UDP
HP has issued a warning in this patch..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2005 09:11 PM
04-30-2005 09:11 PM
Re: cannot transfer over 32KB file using UDP
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?
more info would be helpful to provide a good response
thanks
Devesh