- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tcp/ip parameter
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
11-25-2003 09:28 PM
11-25-2003 09:28 PM
Thanks a lot.
Gabriele
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 09:35 PM
11-25-2003 09:35 PM
Re: tcp/ip parameter
socket_udp_sndbuf_default - Sets the default send buffer size
You can see all the tcp settings with;
ndd -h supported
or
ndd -h unsupported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 09:44 PM
11-25-2003 09:44 PM
Re: tcp/ip parameter
socket_udp_sndbuf_default
Also check ndd -h supported and
ndd -h unsupported
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 09:53 PM
11-25-2003 09:53 PM
Re: tcp/ip parameter
How can i see the value of this parameters?
thanks
Gabriele
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:17 PM
11-25-2003 10:17 PM
Re: tcp/ip parameter
Try "ndd -get
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:20 PM
11-25-2003 10:20 PM
Re: tcp/ip parameter
Shows its current value. Use -set to set it. See man ndd. To make it permanent you need to add it into /etc/rc.config.d/nddconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:24 PM
11-25-2003 10:24 PM
Re: tcp/ip parameter
# ndd -get /dev/udp socket_udp_rcvbuf_default
should help you.
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:30 PM
11-25-2003 10:30 PM
Re: tcp/ip parameter
# ndd -set /dev/udp socket_udp_rcvbuf_default
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:34 PM
11-25-2003 10:34 PM
Re: tcp/ip parameter
I try with these command with no results:
ndd -set /dev/udp socket_udp_rcvbuf_default
ndd -set /dev/tcp socket_udp_rcvbuf_default
ndd -set /dev/arp socket_udp_rcvbuf_default
ndd -set /dev/ip socket_udp_rcvbuf_default
thanks
Gabriele
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:41 PM
11-25-2003 10:41 PM
Re: tcp/ip parameter
# ndd -get /dev/udp socket_udp_rcvbuf_default
to get and
# ndd -set /dev/udp socket_udp_rcvbuf_default 131060
131060 is an example, anyway it is a numeric value.
Otherwise useful would be to know what message gets 'ndd -set /dev/udp socket_udp_rcvbuf_default
Best regards,
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:45 PM
11-25-2003 10:45 PM
Re: tcp/ip parameter
By
Gabriele
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:52 PM
11-25-2003 10:52 PM
Re: tcp/ip parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2003 10:53 PM
11-25-2003 10:53 PM
Re: tcp/ip parameter
If
# ndd -set /dev/udp socket_udp_rcvbuf_default
doesn't obtain any output, it means that it worked! You can verify it in this way:
# ndd -set /dev/udp socket_udp_rcvbuf_default
and immediately launch
# echo $?
If it returns 0 means that it worked.
Otherwise that I asked you is about what output you obtain when you launch that command.
Anyway Stefan suggested you another command, does it work?
Best regards,
Ettore