Michael Watz writes: > I've got a T2000 running Solaris 10 and I'm running into an issue in which > I'm being asked to set the following UDP tunables vi ndd: > > ndd -set /dev/udp udp_xmit_hiwat 65536 > ndd -set /dev/udp udp_recv_hiwat 65536 [...] > Does anyone have any idea what the "right" way to set these > parameters is for Solaris 10?
The "right" way is to set up a script that runs at boot time, either via /etc/rc*.d/ or through SMF. Ndd is a hack. Lack of persistence across reboots is one of many problems with it, and we're working to replace its usage over time rather than trying to make ndd itself easier to use. -- James Carlson, KISS Network <[EMAIL PROTECTED]> Sun Microsystems / 1 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ networking-discuss mailing list [email protected]
