全部博文(52)
分类: LINUX
2008-11-27 08:50:29
This parameter is used to limit the warning messages written to the kernel log from the networking code (together with parameter). It enforces a rate limit to make a denial-of-service (DoS) attack impossible. Message_burst controls when messages will be dropped. The default value is 10.
四 message_cost
Rate limit the number of network warning messages to one every message_cost seconds. The default value is 5
五 netdev_budget
The default value is 300.
六 netdev_max_backlog
Maximum number of packets, queued on the input side, when the interface receives packets faster than kernel can process them. Applies to non-NAPI devices only. The default value is 1000.
七 optmem_max
Maximum ancillary buffer size allowed per socket. Ancillary data is a sequence of struct cmsghdr structures with appended data. The default size is 10240 bytes.
八 rmem_default
The default setting of the socket receive buffer in bytes.The default value is 110592 bytes.
九 rmem_max
The maximum receive socket buffer size in bytes. The default value is 131071 bytes
十 somaxconn
Limit of socket listen() backlog, known in userspace as SOMAXCONN. Defaults to 128.
See also for additional tuning for TCP sockets.
十一 wmem_default
The default setting of the socket send buffer in bytes.The default value is 110592 bytes.
十二 wmem_max
The maximum send socket buffer size in bytes. The default value is 131071 bytes.
十三 xfrm_aevent_etime
Used to provide default values for the XFRMA_ETIMER_THRESH in incremental units of time of 100ms. The default value is 10 (1 second).
十四 xfrm_aevent_rseqth
Used to provide default values for XFRMA_REPLAY_THRESH parameter in incremental packet count. The default value is 2 packets