|
p_tstamp_if_wscale (read and write)
tcp_rexmit_interval_extra (read and write)
tcp_deferred_acks_max (read and write)
tcp_slow_start_after_idle (read and write)
tcp_slow_start_initial (read and write)
tcp_co_timer_interval (read and write)
tcp_extra_priv_ports (read only)
tcp_extra_priv_ports_add (write only)
tcp_extra_priv_ports_del (write only)
tcp_status (read only)
tcp_bind_hash (read only)
tcp_listen_hash (read only)
tcp_conn_hash (read only)
tcp_queue_hash (read only)
tcp_host_param (read and write)
tcp_1948_phrase (write only)
ndd命令语法为
#ndd –set driver parameter
显示当前值
#ndd /dev/arp arp_debug
0
0:代表特性禁止
ndd –set /dev/arp arp_debug 1
1:允许
由于这些参数一般是经过优化过的,而且一旦改变失误,可能导致系统的不正常工作。
所以sun不提供文档供人随意调节。
See ndd(1M) for more information;
但是tcp_conn_hash_size和ipc_tcp_conn_hash_size这两个参数只能在/etc/system中
设置;
如果想在系统启动过程中修改TCP/IP参数,需要将NDD命令加入启动脚本中。使用下面的
方法来创建一个包含NDD命令的启动脚本;
· 在/etc/init.d路径下建立一个脚本,并在相应
/etc/rc2.d,/etc/rc1.d,/etc/rcs.d建立相应的连接;
· 这个脚本必须在S69inet和S72inetsvc脚本之间;
· 该文件名的前缀为S70或S71。有同一前缀的脚本连续执行,不会有什么问
题;
·上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >> |
|
|
|
|
|
|
|