|
Search Forums:
|
|||||||
| Forums | Register | Forum Rules | Linux and Unix Links | Man Pages | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to view socket_udp_rcvbuf_default'value in hp-ux
In the hp-ux 11.31 environment . How can i view the values of below parameters:
socket_udp_rcvbuf_default socket_udp_sndbuf_default thanks! |
| Sponsored Links | |
|
|
|
#2
|
||||
|
||||
|
I have no 11.31 under the hand to check for you, but since on 11.11, I would use ndd: Code:
ant:/home/vbe $ ndd -h socket_udp_sndbuf_default
socket_udp_sndbuf_default:
Sets the default send buffer size for UDP sockets.
[1-65535] Default: 65535
ant:/home/vbe $ ndd -h socket_udp_rcvbuf_default
socket_udp_rcvbuf_default:
Sets the default receive buffer size for UDP sockets.
The value of this tunable parameter should not exceed the
value of the ndd parameter udp_recv_hiwater_max. Otherwise,
a socket() call to create UDP socket will fail and return
the errno value EINVAL.
[1-2147483647] Default: 65535So most certainly it would be a ndd -get ... Look at the ndd man pages! |
| Sponsored Links | ||
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sed to fix view names | capri_drm | Linux | 6 | 05-15-2008 07:00 PM |
| how do I view a jpeg? | dsstamps | UNIX for Dummies Questions & Answers | 0 | 05-14-2008 01:25 PM |
| How to view my IP | blowFish@ubuntu | UNIX for Dummies Questions & Answers | 14 | 05-09-2008 09:35 AM |
| view log files | sak900354 | UNIX for Dummies Questions & Answers | 5 | 06-15-2006 07:26 AM |
| DBM View | schafferm | UNIX for Dummies Questions & Answers | 1 | 08-06-2002 04:18 AM |
|
|