ip-sysctl.txt 47 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370
  1. /proc/sys/net/ipv4/* Variables:
  2. ip_forward - BOOLEAN
  3. 0 - disabled (default)
  4. not 0 - enabled
  5. Forward Packets between interfaces.
  6. This variable is special, its change resets all configuration
  7. parameters to their default state (RFC1122 for hosts, RFC1812
  8. for routers)
  9. ip_default_ttl - INTEGER
  10. default 64
  11. ip_no_pmtu_disc - BOOLEAN
  12. Disable Path MTU Discovery.
  13. default FALSE
  14. min_pmtu - INTEGER
  15. default 562 - minimum discovered Path MTU
  16. mtu_expires - INTEGER
  17. Time, in seconds, that cached PMTU information is kept.
  18. min_adv_mss - INTEGER
  19. The advertised MSS depends on the first hop route MTU, but will
  20. never be lower than this setting.
  21. rt_cache_rebuild_count - INTEGER
  22. The per net-namespace route cache emergency rebuild threshold.
  23. Any net-namespace having its route cache rebuilt due to
  24. a hash bucket chain being too long more than this many times
  25. will have its route caching disabled
  26. IP Fragmentation:
  27. ipfrag_high_thresh - INTEGER
  28. Maximum memory used to reassemble IP fragments. When
  29. ipfrag_high_thresh bytes of memory is allocated for this purpose,
  30. the fragment handler will toss packets until ipfrag_low_thresh
  31. is reached.
  32. ipfrag_low_thresh - INTEGER
  33. See ipfrag_high_thresh
  34. ipfrag_time - INTEGER
  35. Time in seconds to keep an IP fragment in memory.
  36. ipfrag_secret_interval - INTEGER
  37. Regeneration interval (in seconds) of the hash secret (or lifetime
  38. for the hash secret) for IP fragments.
  39. Default: 600
  40. ipfrag_max_dist - INTEGER
  41. ipfrag_max_dist is a non-negative integer value which defines the
  42. maximum "disorder" which is allowed among fragments which share a
  43. common IP source address. Note that reordering of packets is
  44. not unusual, but if a large number of fragments arrive from a source
  45. IP address while a particular fragment queue remains incomplete, it
  46. probably indicates that one or more fragments belonging to that queue
  47. have been lost. When ipfrag_max_dist is positive, an additional check
  48. is done on fragments before they are added to a reassembly queue - if
  49. ipfrag_max_dist (or more) fragments have arrived from a particular IP
  50. address between additions to any IP fragment queue using that source
  51. address, it's presumed that one or more fragments in the queue are
  52. lost. The existing fragment queue will be dropped, and a new one
  53. started. An ipfrag_max_dist value of zero disables this check.
  54. Using a very small value, e.g. 1 or 2, for ipfrag_max_dist can
  55. result in unnecessarily dropping fragment queues when normal
  56. reordering of packets occurs, which could lead to poor application
  57. performance. Using a very large value, e.g. 50000, increases the
  58. likelihood of incorrectly reassembling IP fragments that originate
  59. from different IP datagrams, which could result in data corruption.
  60. Default: 64
  61. INET peer storage:
  62. inet_peer_threshold - INTEGER
  63. The approximate size of the storage. Starting from this threshold
  64. entries will be thrown aggressively. This threshold also determines
  65. entries' time-to-live and time intervals between garbage collection
  66. passes. More entries, less time-to-live, less GC interval.
  67. inet_peer_minttl - INTEGER
  68. Minimum time-to-live of entries. Should be enough to cover fragment
  69. time-to-live on the reassembling side. This minimum time-to-live is
  70. guaranteed if the pool size is less than inet_peer_threshold.
  71. Measured in seconds.
  72. inet_peer_maxttl - INTEGER
  73. Maximum time-to-live of entries. Unused entries will expire after
  74. this period of time if there is no memory pressure on the pool (i.e.
  75. when the number of entries in the pool is very small).
  76. Measured in seconds.
  77. inet_peer_gc_mintime - INTEGER
  78. Minimum interval between garbage collection passes. This interval is
  79. in effect under high memory pressure on the pool.
  80. Measured in seconds.
  81. inet_peer_gc_maxtime - INTEGER
  82. Minimum interval between garbage collection passes. This interval is
  83. in effect under low (or absent) memory pressure on the pool.
  84. Measured in seconds.
  85. TCP variables:
  86. somaxconn - INTEGER
  87. Limit of socket listen() backlog, known in userspace as SOMAXCONN.
  88. Defaults to 128. See also tcp_max_syn_backlog for additional tuning
  89. for TCP sockets.
  90. tcp_abc - INTEGER
  91. Controls Appropriate Byte Count (ABC) defined in RFC3465.
  92. ABC is a way of increasing congestion window (cwnd) more slowly
  93. in response to partial acknowledgments.
  94. Possible values are:
  95. 0 increase cwnd once per acknowledgment (no ABC)
  96. 1 increase cwnd once per acknowledgment of full sized segment
  97. 2 allow increase cwnd by two if acknowledgment is
  98. of two segments to compensate for delayed acknowledgments.
  99. Default: 0 (off)
  100. tcp_abort_on_overflow - BOOLEAN
  101. If listening service is too slow to accept new connections,
  102. reset them. Default state is FALSE. It means that if overflow
  103. occurred due to a burst, connection will recover. Enable this
  104. option _only_ if you are really sure that listening daemon
  105. cannot be tuned to accept connections faster. Enabling this
  106. option can harm clients of your server.
  107. tcp_adv_win_scale - INTEGER
  108. Count buffering overhead as bytes/2^tcp_adv_win_scale
  109. (if tcp_adv_win_scale > 0) or bytes-bytes/2^(-tcp_adv_win_scale),
  110. if it is <= 0.
  111. Default: 2
  112. tcp_allowed_congestion_control - STRING
  113. Show/set the congestion control choices available to non-privileged
  114. processes. The list is a subset of those listed in
  115. tcp_available_congestion_control.
  116. Default is "reno" and the default setting (tcp_congestion_control).
  117. tcp_app_win - INTEGER
  118. Reserve max(window/2^tcp_app_win, mss) of window for application
  119. buffer. Value 0 is special, it means that nothing is reserved.
  120. Default: 31
  121. tcp_available_congestion_control - STRING
  122. Shows the available congestion control choices that are registered.
  123. More congestion control algorithms may be available as modules,
  124. but not loaded.
  125. tcp_base_mss - INTEGER
  126. The initial value of search_low to be used by the packetization layer
  127. Path MTU discovery (MTU probing). If MTU probing is enabled,
  128. this is the initial MSS used by the connection.
  129. tcp_congestion_control - STRING
  130. Set the congestion control algorithm to be used for new
  131. connections. The algorithm "reno" is always available, but
  132. additional choices may be available based on kernel configuration.
  133. Default is set as part of kernel configuration.
  134. tcp_cookie_size - INTEGER
  135. Default size of TCP Cookie Transactions (TCPCT) option, that may be
  136. overridden on a per socket basis by the TCPCT socket option.
  137. Values greater than the maximum (16) are interpreted as the maximum.
  138. Values greater than zero and less than the minimum (8) are interpreted
  139. as the minimum. Odd values are interpreted as the next even value.
  140. Default: 0 (off).
  141. tcp_dsack - BOOLEAN
  142. Allows TCP to send "duplicate" SACKs.
  143. tcp_ecn - BOOLEAN
  144. Enable Explicit Congestion Notification (ECN) in TCP. ECN is only
  145. used when both ends of the TCP flow support it. It is useful to
  146. avoid losses due to congestion (when the bottleneck router supports
  147. ECN).
  148. Possible values are:
  149. 0 disable ECN
  150. 1 ECN enabled
  151. 2 Only server-side ECN enabled. If the other end does
  152. not support ECN, behavior is like with ECN disabled.
  153. Default: 2
  154. tcp_fack - BOOLEAN
  155. Enable FACK congestion avoidance and fast retransmission.
  156. The value is not used, if tcp_sack is not enabled.
  157. tcp_fin_timeout - INTEGER
  158. Time to hold socket in state FIN-WAIT-2, if it was closed
  159. by our side. Peer can be broken and never close its side,
  160. or even died unexpectedly. Default value is 60sec.
  161. Usual value used in 2.2 was 180 seconds, you may restore
  162. it, but remember that if your machine is even underloaded WEB server,
  163. you risk to overflow memory with kilotons of dead sockets,
  164. FIN-WAIT-2 sockets are less dangerous than FIN-WAIT-1,
  165. because they eat maximum 1.5K of memory, but they tend
  166. to live longer. Cf. tcp_max_orphans.
  167. tcp_frto - INTEGER
  168. Enables Forward RTO-Recovery (F-RTO) defined in RFC4138.
  169. F-RTO is an enhanced recovery algorithm for TCP retransmission
  170. timeouts. It is particularly beneficial in wireless environments
  171. where packet loss is typically due to random radio interference
  172. rather than intermediate router congestion. F-RTO is sender-side
  173. only modification. Therefore it does not require any support from
  174. the peer.
  175. If set to 1, basic version is enabled. 2 enables SACK enhanced
  176. F-RTO if flow uses SACK. The basic version can be used also when
  177. SACK is in use though scenario(s) with it exists where F-RTO
  178. interacts badly with the packet counting of the SACK enabled TCP
  179. flow.
  180. tcp_frto_response - INTEGER
  181. When F-RTO has detected that a TCP retransmission timeout was
  182. spurious (i.e, the timeout would have been avoided had TCP set a
  183. longer retransmission timeout), TCP has several options what to do
  184. next. Possible values are:
  185. 0 Rate halving based; a smooth and conservative response,
  186. results in halved cwnd and ssthresh after one RTT
  187. 1 Very conservative response; not recommended because even
  188. though being valid, it interacts poorly with the rest of
  189. Linux TCP, halves cwnd and ssthresh immediately
  190. 2 Aggressive response; undoes congestion control measures
  191. that are now known to be unnecessary (ignoring the
  192. possibility of a lost retransmission that would require
  193. TCP to be more cautious), cwnd and ssthresh are restored
  194. to the values prior timeout
  195. Default: 0 (rate halving based)
  196. tcp_keepalive_time - INTEGER
  197. How often TCP sends out keepalive messages when keepalive is enabled.
  198. Default: 2hours.
  199. tcp_keepalive_probes - INTEGER
  200. How many keepalive probes TCP sends out, until it decides that the
  201. connection is broken. Default value: 9.
  202. tcp_keepalive_intvl - INTEGER
  203. How frequently the probes are send out. Multiplied by
  204. tcp_keepalive_probes it is time to kill not responding connection,
  205. after probes started. Default value: 75sec i.e. connection
  206. will be aborted after ~11 minutes of retries.
  207. tcp_low_latency - BOOLEAN
  208. If set, the TCP stack makes decisions that prefer lower
  209. latency as opposed to higher throughput. By default, this
  210. option is not set meaning that higher throughput is preferred.
  211. An example of an application where this default should be
  212. changed would be a Beowulf compute cluster.
  213. Default: 0
  214. tcp_max_orphans - INTEGER
  215. Maximal number of TCP sockets not attached to any user file handle,
  216. held by system. If this number is exceeded orphaned connections are
  217. reset immediately and warning is printed. This limit exists
  218. only to prevent simple DoS attacks, you _must_ not rely on this
  219. or lower the limit artificially, but rather increase it
  220. (probably, after increasing installed memory),
  221. if network conditions require more than default value,
  222. and tune network services to linger and kill such states
  223. more aggressively. Let me to remind again: each orphan eats
  224. up to ~64K of unswappable memory.
  225. tcp_max_syn_backlog - INTEGER
  226. Maximal number of remembered connection requests, which are
  227. still did not receive an acknowledgment from connecting client.
  228. Default value is 1024 for systems with more than 128Mb of memory,
  229. and 128 for low memory machines. If server suffers of overload,
  230. try to increase this number.
  231. tcp_max_tw_buckets - INTEGER
  232. Maximal number of timewait sockets held by system simultaneously.
  233. If this number is exceeded time-wait socket is immediately destroyed
  234. and warning is printed. This limit exists only to prevent
  235. simple DoS attacks, you _must_ not lower the limit artificially,
  236. but rather increase it (probably, after increasing installed memory),
  237. if network conditions require more than default value.
  238. tcp_mem - vector of 3 INTEGERs: min, pressure, max
  239. min: below this number of pages TCP is not bothered about its
  240. memory appetite.
  241. pressure: when amount of memory allocated by TCP exceeds this number
  242. of pages, TCP moderates its memory consumption and enters memory
  243. pressure mode, which is exited when memory consumption falls
  244. under "min".
  245. max: number of pages allowed for queueing by all TCP sockets.
  246. Defaults are calculated at boot time from amount of available
  247. memory.
  248. tcp_moderate_rcvbuf - BOOLEAN
  249. If set, TCP performs receive buffer auto-tuning, attempting to
  250. automatically size the buffer (no greater than tcp_rmem[2]) to
  251. match the size required by the path for full throughput. Enabled by
  252. default.
  253. tcp_mtu_probing - INTEGER
  254. Controls TCP Packetization-Layer Path MTU Discovery. Takes three
  255. values:
  256. 0 - Disabled
  257. 1 - Disabled by default, enabled when an ICMP black hole detected
  258. 2 - Always enabled, use initial MSS of tcp_base_mss.
  259. tcp_no_metrics_save - BOOLEAN
  260. By default, TCP saves various connection metrics in the route cache
  261. when the connection closes, so that connections established in the
  262. near future can use these to set initial conditions. Usually, this
  263. increases overall performance, but may sometimes cause performance
  264. degradation. If set, TCP will not cache metrics on closing
  265. connections.
  266. tcp_orphan_retries - INTEGER
  267. This value influences the timeout of a locally closed TCP connection,
  268. when RTO retransmissions remain unacknowledged.
  269. See tcp_retries2 for more details.
  270. The default value is 7.
  271. If your machine is a loaded WEB server,
  272. you should think about lowering this value, such sockets
  273. may consume significant resources. Cf. tcp_max_orphans.
  274. tcp_reordering - INTEGER
  275. Maximal reordering of packets in a TCP stream.
  276. Default: 3
  277. tcp_retrans_collapse - BOOLEAN
  278. Bug-to-bug compatibility with some broken printers.
  279. On retransmit try to send bigger packets to work around bugs in
  280. certain TCP stacks.
  281. tcp_retries1 - INTEGER
  282. This value influences the time, after which TCP decides, that
  283. something is wrong due to unacknowledged RTO retransmissions,
  284. and reports this suspicion to the network layer.
  285. See tcp_retries2 for more details.
  286. RFC 1122 recommends at least 3 retransmissions, which is the
  287. default.
  288. tcp_retries2 - INTEGER
  289. This value influences the timeout of an alive TCP connection,
  290. when RTO retransmissions remain unacknowledged.
  291. Given a value of N, a hypothetical TCP connection following
  292. exponential backoff with an initial RTO of TCP_RTO_MIN would
  293. retransmit N times before killing the connection at the (N+1)th RTO.
  294. The default value of 15 yields a hypothetical timeout of 924.6
  295. seconds and is a lower bound for the effective timeout.
  296. TCP will effectively time out at the first RTO which exceeds the
  297. hypothetical timeout.
  298. RFC 1122 recommends at least 100 seconds for the timeout,
  299. which corresponds to a value of at least 8.
  300. tcp_rfc1337 - BOOLEAN
  301. If set, the TCP stack behaves conforming to RFC1337. If unset,
  302. we are not conforming to RFC, but prevent TCP TIME_WAIT
  303. assassination.
  304. Default: 0
  305. tcp_rmem - vector of 3 INTEGERs: min, default, max
  306. min: Minimal size of receive buffer used by TCP sockets.
  307. It is guaranteed to each TCP socket, even under moderate memory
  308. pressure.
  309. Default: 8K
  310. default: initial size of receive buffer used by TCP sockets.
  311. This value overrides net.core.rmem_default used by other protocols.
  312. Default: 87380 bytes. This value results in window of 65535 with
  313. default setting of tcp_adv_win_scale and tcp_app_win:0 and a bit
  314. less for default tcp_app_win. See below about these variables.
  315. max: maximal size of receive buffer allowed for automatically
  316. selected receiver buffers for TCP socket. This value does not override
  317. net.core.rmem_max. Calling setsockopt() with SO_RCVBUF disables
  318. automatic tuning of that socket's receive buffer size, in which
  319. case this value is ignored.
  320. Default: between 87380B and 4MB, depending on RAM size.
  321. tcp_sack - BOOLEAN
  322. Enable select acknowledgments (SACKS).
  323. tcp_slow_start_after_idle - BOOLEAN
  324. If set, provide RFC2861 behavior and time out the congestion
  325. window after an idle period. An idle period is defined at
  326. the current RTO. If unset, the congestion window will not
  327. be timed out after an idle period.
  328. Default: 1
  329. tcp_stdurg - BOOLEAN
  330. Use the Host requirements interpretation of the TCP urgent pointer field.
  331. Most hosts use the older BSD interpretation, so if you turn this on
  332. Linux might not communicate correctly with them.
  333. Default: FALSE
  334. tcp_synack_retries - INTEGER
  335. Number of times SYNACKs for a passive TCP connection attempt will
  336. be retransmitted. Should not be higher than 255. Default value
  337. is 5, which corresponds to ~180seconds.
  338. tcp_syncookies - BOOLEAN
  339. Only valid when the kernel was compiled with CONFIG_SYNCOOKIES
  340. Send out syncookies when the syn backlog queue of a socket
  341. overflows. This is to prevent against the common 'SYN flood attack'
  342. Default: FALSE
  343. Note, that syncookies is fallback facility.
  344. It MUST NOT be used to help highly loaded servers to stand
  345. against legal connection rate. If you see SYN flood warnings
  346. in your logs, but investigation shows that they occur
  347. because of overload with legal connections, you should tune
  348. another parameters until this warning disappear.
  349. See: tcp_max_syn_backlog, tcp_synack_retries, tcp_abort_on_overflow.
  350. syncookies seriously violate TCP protocol, do not allow
  351. to use TCP extensions, can result in serious degradation
  352. of some services (f.e. SMTP relaying), visible not by you,
  353. but your clients and relays, contacting you. While you see
  354. SYN flood warnings in logs not being really flooded, your server
  355. is seriously misconfigured.
  356. tcp_syn_retries - INTEGER
  357. Number of times initial SYNs for an active TCP connection attempt
  358. will be retransmitted. Should not be higher than 255. Default value
  359. is 5, which corresponds to ~180seconds.
  360. tcp_timestamps - BOOLEAN
  361. Enable timestamps as defined in RFC1323.
  362. tcp_tso_win_divisor - INTEGER
  363. This allows control over what percentage of the congestion window
  364. can be consumed by a single TSO frame.
  365. The setting of this parameter is a choice between burstiness and
  366. building larger TSO frames.
  367. Default: 3
  368. tcp_tw_recycle - BOOLEAN
  369. Enable fast recycling TIME-WAIT sockets. Default value is 0.
  370. It should not be changed without advice/request of technical
  371. experts.
  372. tcp_tw_reuse - BOOLEAN
  373. Allow to reuse TIME-WAIT sockets for new connections when it is
  374. safe from protocol viewpoint. Default value is 0.
  375. It should not be changed without advice/request of technical
  376. experts.
  377. tcp_window_scaling - BOOLEAN
  378. Enable window scaling as defined in RFC1323.
  379. tcp_wmem - vector of 3 INTEGERs: min, default, max
  380. min: Amount of memory reserved for send buffers for TCP sockets.
  381. Each TCP socket has rights to use it due to fact of its birth.
  382. Default: 4K
  383. default: initial size of send buffer used by TCP sockets. This
  384. value overrides net.core.wmem_default used by other protocols.
  385. It is usually lower than net.core.wmem_default.
  386. Default: 16K
  387. max: Maximal amount of memory allowed for automatically tuned
  388. send buffers for TCP sockets. This value does not override
  389. net.core.wmem_max. Calling setsockopt() with SO_SNDBUF disables
  390. automatic tuning of that socket's send buffer size, in which case
  391. this value is ignored.
  392. Default: between 64K and 4MB, depending on RAM size.
  393. tcp_workaround_signed_windows - BOOLEAN
  394. If set, assume no receipt of a window scaling option means the
  395. remote TCP is broken and treats the window as a signed quantity.
  396. If unset, assume the remote TCP is not broken even if we do
  397. not receive a window scaling option from them.
  398. Default: 0
  399. tcp_dma_copybreak - INTEGER
  400. Lower limit, in bytes, of the size of socket reads that will be
  401. offloaded to a DMA copy engine, if one is present in the system
  402. and CONFIG_NET_DMA is enabled.
  403. Default: 4096
  404. UDP variables:
  405. udp_mem - vector of 3 INTEGERs: min, pressure, max
  406. Number of pages allowed for queueing by all UDP sockets.
  407. min: Below this number of pages UDP is not bothered about its
  408. memory appetite. When amount of memory allocated by UDP exceeds
  409. this number, UDP starts to moderate memory usage.
  410. pressure: This value was introduced to follow format of tcp_mem.
  411. max: Number of pages allowed for queueing by all UDP sockets.
  412. Default is calculated at boot time from amount of available memory.
  413. udp_rmem_min - INTEGER
  414. Minimal size of receive buffer used by UDP sockets in moderation.
  415. Each UDP socket is able to use the size for receiving data, even if
  416. total pages of UDP sockets exceed udp_mem pressure. The unit is byte.
  417. Default: 4096
  418. udp_wmem_min - INTEGER
  419. Minimal size of send buffer used by UDP sockets in moderation.
  420. Each UDP socket is able to use the size for sending data, even if
  421. total pages of UDP sockets exceed udp_mem pressure. The unit is byte.
  422. Default: 4096
  423. CIPSOv4 Variables:
  424. cipso_cache_enable - BOOLEAN
  425. If set, enable additions to and lookups from the CIPSO label mapping
  426. cache. If unset, additions are ignored and lookups always result in a
  427. miss. However, regardless of the setting the cache is still
  428. invalidated when required when means you can safely toggle this on and
  429. off and the cache will always be "safe".
  430. Default: 1
  431. cipso_cache_bucket_size - INTEGER
  432. The CIPSO label cache consists of a fixed size hash table with each
  433. hash bucket containing a number of cache entries. This variable limits
  434. the number of entries in each hash bucket; the larger the value the
  435. more CIPSO label mappings that can be cached. When the number of
  436. entries in a given hash bucket reaches this limit adding new entries
  437. causes the oldest entry in the bucket to be removed to make room.
  438. Default: 10
  439. cipso_rbm_optfmt - BOOLEAN
  440. Enable the "Optimized Tag 1 Format" as defined in section 3.4.2.6 of
  441. the CIPSO draft specification (see Documentation/netlabel for details).
  442. This means that when set the CIPSO tag will be padded with empty
  443. categories in order to make the packet data 32-bit aligned.
  444. Default: 0
  445. cipso_rbm_structvalid - BOOLEAN
  446. If set, do a very strict check of the CIPSO option when
  447. ip_options_compile() is called. If unset, relax the checks done during
  448. ip_options_compile(). Either way is "safe" as errors are caught else
  449. where in the CIPSO processing code but setting this to 0 (False) should
  450. result in less work (i.e. it should be faster) but could cause problems
  451. with other implementations that require strict checking.
  452. Default: 0
  453. IP Variables:
  454. ip_local_port_range - 2 INTEGERS
  455. Defines the local port range that is used by TCP and UDP to
  456. choose the local port. The first number is the first, the
  457. second the last local port number. Default value depends on
  458. amount of memory available on the system:
  459. > 128Mb 32768-61000
  460. < 128Mb 1024-4999 or even less.
  461. This number defines number of active connections, which this
  462. system can issue simultaneously to systems not supporting
  463. TCP extensions (timestamps). With tcp_tw_recycle enabled
  464. (i.e. by default) range 1024-4999 is enough to issue up to
  465. 2000 connections per second to systems supporting timestamps.
  466. ip_nonlocal_bind - BOOLEAN
  467. If set, allows processes to bind() to non-local IP addresses,
  468. which can be quite useful - but may break some applications.
  469. Default: 0
  470. ip_dynaddr - BOOLEAN
  471. If set non-zero, enables support for dynamic addresses.
  472. If set to a non-zero value larger than 1, a kernel log
  473. message will be printed when dynamic address rewriting
  474. occurs.
  475. Default: 0
  476. icmp_echo_ignore_all - BOOLEAN
  477. If set non-zero, then the kernel will ignore all ICMP ECHO
  478. requests sent to it.
  479. Default: 0
  480. icmp_echo_ignore_broadcasts - BOOLEAN
  481. If set non-zero, then the kernel will ignore all ICMP ECHO and
  482. TIMESTAMP requests sent to it via broadcast/multicast.
  483. Default: 1
  484. icmp_ratelimit - INTEGER
  485. Limit the maximal rates for sending ICMP packets whose type matches
  486. icmp_ratemask (see below) to specific targets.
  487. 0 to disable any limiting,
  488. otherwise the minimal space between responses in milliseconds.
  489. Default: 1000
  490. icmp_ratemask - INTEGER
  491. Mask made of ICMP types for which rates are being limited.
  492. Significant bits: IHGFEDCBA9876543210
  493. Default mask: 0000001100000011000 (6168)
  494. Bit definitions (see include/linux/icmp.h):
  495. 0 Echo Reply
  496. 3 Destination Unreachable *
  497. 4 Source Quench *
  498. 5 Redirect
  499. 8 Echo Request
  500. B Time Exceeded *
  501. C Parameter Problem *
  502. D Timestamp Request
  503. E Timestamp Reply
  504. F Info Request
  505. G Info Reply
  506. H Address Mask Request
  507. I Address Mask Reply
  508. * These are rate limited by default (see default mask above)
  509. icmp_ignore_bogus_error_responses - BOOLEAN
  510. Some routers violate RFC1122 by sending bogus responses to broadcast
  511. frames. Such violations are normally logged via a kernel warning.
  512. If this is set to TRUE, the kernel will not give such warnings, which
  513. will avoid log file clutter.
  514. Default: FALSE
  515. icmp_errors_use_inbound_ifaddr - BOOLEAN
  516. If zero, icmp error messages are sent with the primary address of
  517. the exiting interface.
  518. If non-zero, the message will be sent with the primary address of
  519. the interface that received the packet that caused the icmp error.
  520. This is the behaviour network many administrators will expect from
  521. a router. And it can make debugging complicated network layouts
  522. much easier.
  523. Note that if no primary address exists for the interface selected,
  524. then the primary address of the first non-loopback interface that
  525. has one will be used regardless of this setting.
  526. Default: 0
  527. igmp_max_memberships - INTEGER
  528. Change the maximum number of multicast groups we can subscribe to.
  529. Default: 20
  530. conf/interface/* changes special settings per interface (where "interface" is
  531. the name of your network interface)
  532. conf/all/* is special, changes the settings for all interfaces
  533. log_martians - BOOLEAN
  534. Log packets with impossible addresses to kernel log.
  535. log_martians for the interface will be enabled if at least one of
  536. conf/{all,interface}/log_martians is set to TRUE,
  537. it will be disabled otherwise
  538. accept_redirects - BOOLEAN
  539. Accept ICMP redirect messages.
  540. accept_redirects for the interface will be enabled if:
  541. - both conf/{all,interface}/accept_redirects are TRUE in the case
  542. forwarding for the interface is enabled
  543. or
  544. - at least one of conf/{all,interface}/accept_redirects is TRUE in the
  545. case forwarding for the interface is disabled
  546. accept_redirects for the interface will be disabled otherwise
  547. default TRUE (host)
  548. FALSE (router)
  549. forwarding - BOOLEAN
  550. Enable IP forwarding on this interface.
  551. mc_forwarding - BOOLEAN
  552. Do multicast routing. The kernel needs to be compiled with CONFIG_MROUTE
  553. and a multicast routing daemon is required.
  554. conf/all/mc_forwarding must also be set to TRUE to enable multicast
  555. routing for the interface
  556. medium_id - INTEGER
  557. Integer value used to differentiate the devices by the medium they
  558. are attached to. Two devices can have different id values when
  559. the broadcast packets are received only on one of them.
  560. The default value 0 means that the device is the only interface
  561. to its medium, value of -1 means that medium is not known.
  562. Currently, it is used to change the proxy_arp behavior:
  563. the proxy_arp feature is enabled for packets forwarded between
  564. two devices attached to different media.
  565. proxy_arp - BOOLEAN
  566. Do proxy arp.
  567. proxy_arp for the interface will be enabled if at least one of
  568. conf/{all,interface}/proxy_arp is set to TRUE,
  569. it will be disabled otherwise
  570. shared_media - BOOLEAN
  571. Send(router) or accept(host) RFC1620 shared media redirects.
  572. Overrides ip_secure_redirects.
  573. shared_media for the interface will be enabled if at least one of
  574. conf/{all,interface}/shared_media is set to TRUE,
  575. it will be disabled otherwise
  576. default TRUE
  577. secure_redirects - BOOLEAN
  578. Accept ICMP redirect messages only for gateways,
  579. listed in default gateway list.
  580. secure_redirects for the interface will be enabled if at least one of
  581. conf/{all,interface}/secure_redirects is set to TRUE,
  582. it will be disabled otherwise
  583. default TRUE
  584. send_redirects - BOOLEAN
  585. Send redirects, if router.
  586. send_redirects for the interface will be enabled if at least one of
  587. conf/{all,interface}/send_redirects is set to TRUE,
  588. it will be disabled otherwise
  589. Default: TRUE
  590. bootp_relay - BOOLEAN
  591. Accept packets with source address 0.b.c.d destined
  592. not to this host as local ones. It is supposed, that
  593. BOOTP relay daemon will catch and forward such packets.
  594. conf/all/bootp_relay must also be set to TRUE to enable BOOTP relay
  595. for the interface
  596. default FALSE
  597. Not Implemented Yet.
  598. accept_source_route - BOOLEAN
  599. Accept packets with SRR option.
  600. conf/all/accept_source_route must also be set to TRUE to accept packets
  601. with SRR option on the interface
  602. default TRUE (router)
  603. FALSE (host)
  604. accept_local - BOOLEAN
  605. Accept packets with local source addresses. In combination with
  606. suitable routing, this can be used to direct packets between two
  607. local interfaces over the wire and have them accepted properly.
  608. default FALSE
  609. rp_filter - INTEGER
  610. 0 - No source validation.
  611. 1 - Strict mode as defined in RFC3704 Strict Reverse Path
  612. Each incoming packet is tested against the FIB and if the interface
  613. is not the best reverse path the packet check will fail.
  614. By default failed packets are discarded.
  615. 2 - Loose mode as defined in RFC3704 Loose Reverse Path
  616. Each incoming packet's source address is also tested against the FIB
  617. and if the source address is not reachable via any interface
  618. the packet check will fail.
  619. Current recommended practice in RFC3704 is to enable strict mode
  620. to prevent IP spoofing from DDos attacks. If using asymmetric routing
  621. or other complicated routing, then loose mode is recommended.
  622. The max value from conf/{all,interface}/rp_filter is used
  623. when doing source validation on the {interface}.
  624. Default value is 0. Note that some distributions enable it
  625. in startup scripts.
  626. arp_filter - BOOLEAN
  627. 1 - Allows you to have multiple network interfaces on the same
  628. subnet, and have the ARPs for each interface be answered
  629. based on whether or not the kernel would route a packet from
  630. the ARP'd IP out that interface (therefore you must use source
  631. based routing for this to work). In other words it allows control
  632. of which cards (usually 1) will respond to an arp request.
  633. 0 - (default) The kernel can respond to arp requests with addresses
  634. from other interfaces. This may seem wrong but it usually makes
  635. sense, because it increases the chance of successful communication.
  636. IP addresses are owned by the complete host on Linux, not by
  637. particular interfaces. Only for more complex setups like load-
  638. balancing, does this behaviour cause problems.
  639. arp_filter for the interface will be enabled if at least one of
  640. conf/{all,interface}/arp_filter is set to TRUE,
  641. it will be disabled otherwise
  642. arp_announce - INTEGER
  643. Define different restriction levels for announcing the local
  644. source IP address from IP packets in ARP requests sent on
  645. interface:
  646. 0 - (default) Use any local address, configured on any interface
  647. 1 - Try to avoid local addresses that are not in the target's
  648. subnet for this interface. This mode is useful when target
  649. hosts reachable via this interface require the source IP
  650. address in ARP requests to be part of their logical network
  651. configured on the receiving interface. When we generate the
  652. request we will check all our subnets that include the
  653. target IP and will preserve the source address if it is from
  654. such subnet. If there is no such subnet we select source
  655. address according to the rules for level 2.
  656. 2 - Always use the best local address for this target.
  657. In this mode we ignore the source address in the IP packet
  658. and try to select local address that we prefer for talks with
  659. the target host. Such local address is selected by looking
  660. for primary IP addresses on all our subnets on the outgoing
  661. interface that include the target IP address. If no suitable
  662. local address is found we select the first local address
  663. we have on the outgoing interface or on all other interfaces,
  664. with the hope we will receive reply for our request and
  665. even sometimes no matter the source IP address we announce.
  666. The max value from conf/{all,interface}/arp_announce is used.
  667. Increasing the restriction level gives more chance for
  668. receiving answer from the resolved target while decreasing
  669. the level announces more valid sender's information.
  670. arp_ignore - INTEGER
  671. Define different modes for sending replies in response to
  672. received ARP requests that resolve local target IP addresses:
  673. 0 - (default): reply for any local target IP address, configured
  674. on any interface
  675. 1 - reply only if the target IP address is local address
  676. configured on the incoming interface
  677. 2 - reply only if the target IP address is local address
  678. configured on the incoming interface and both with the
  679. sender's IP address are part from same subnet on this interface
  680. 3 - do not reply for local addresses configured with scope host,
  681. only resolutions for global and link addresses are replied
  682. 4-7 - reserved
  683. 8 - do not reply for all local addresses
  684. The max value from conf/{all,interface}/arp_ignore is used
  685. when ARP request is received on the {interface}
  686. arp_notify - BOOLEAN
  687. Define mode for notification of address and device changes.
  688. 0 - (default): do nothing
  689. 1 - Generate gratuitous arp replies when device is brought up
  690. or hardware address changes.
  691. arp_accept - BOOLEAN
  692. Define behavior when gratuitous arp replies are received:
  693. 0 - drop gratuitous arp frames
  694. 1 - accept gratuitous arp frames
  695. app_solicit - INTEGER
  696. The maximum number of probes to send to the user space ARP daemon
  697. via netlink before dropping back to multicast probes (see
  698. mcast_solicit). Defaults to 0.
  699. disable_policy - BOOLEAN
  700. Disable IPSEC policy (SPD) for this interface
  701. disable_xfrm - BOOLEAN
  702. Disable IPSEC encryption on this interface, whatever the policy
  703. tag - INTEGER
  704. Allows you to write a number, which can be used as required.
  705. Default value is 0.
  706. Alexey Kuznetsov.
  707. kuznet@ms2.inr.ac.ru
  708. Updated by:
  709. Andi Kleen
  710. ak@muc.de
  711. Nicolas Delon
  712. delon.nicolas@wanadoo.fr
  713. /proc/sys/net/ipv6/* Variables:
  714. IPv6 has no global variables such as tcp_*. tcp_* settings under ipv4/ also
  715. apply to IPv6 [XXX?].
  716. bindv6only - BOOLEAN
  717. Default value for IPV6_V6ONLY socket option,
  718. which restricts use of the IPv6 socket to IPv6 communication
  719. only.
  720. TRUE: disable IPv4-mapped address feature
  721. FALSE: enable IPv4-mapped address feature
  722. Default: FALSE (as specified in RFC2553bis)
  723. IPv6 Fragmentation:
  724. ip6frag_high_thresh - INTEGER
  725. Maximum memory used to reassemble IPv6 fragments. When
  726. ip6frag_high_thresh bytes of memory is allocated for this purpose,
  727. the fragment handler will toss packets until ip6frag_low_thresh
  728. is reached.
  729. ip6frag_low_thresh - INTEGER
  730. See ip6frag_high_thresh
  731. ip6frag_time - INTEGER
  732. Time in seconds to keep an IPv6 fragment in memory.
  733. ip6frag_secret_interval - INTEGER
  734. Regeneration interval (in seconds) of the hash secret (or lifetime
  735. for the hash secret) for IPv6 fragments.
  736. Default: 600
  737. conf/default/*:
  738. Change the interface-specific default settings.
  739. conf/all/*:
  740. Change all the interface-specific settings.
  741. [XXX: Other special features than forwarding?]
  742. conf/all/forwarding - BOOLEAN
  743. Enable global IPv6 forwarding between all interfaces.
  744. IPv4 and IPv6 work differently here; e.g. netfilter must be used
  745. to control which interfaces may forward packets and which not.
  746. This also sets all interfaces' Host/Router setting
  747. 'forwarding' to the specified value. See below for details.
  748. This referred to as global forwarding.
  749. proxy_ndp - BOOLEAN
  750. Do proxy ndp.
  751. conf/interface/*:
  752. Change special settings per interface.
  753. The functional behaviour for certain settings is different
  754. depending on whether local forwarding is enabled or not.
  755. accept_ra - BOOLEAN
  756. Accept Router Advertisements; autoconfigure using them.
  757. Functional default: enabled if local forwarding is disabled.
  758. disabled if local forwarding is enabled.
  759. accept_ra_defrtr - BOOLEAN
  760. Learn default router in Router Advertisement.
  761. Functional default: enabled if accept_ra is enabled.
  762. disabled if accept_ra is disabled.
  763. accept_ra_pinfo - BOOLEAN
  764. Learn Prefix Information in Router Advertisement.
  765. Functional default: enabled if accept_ra is enabled.
  766. disabled if accept_ra is disabled.
  767. accept_ra_rt_info_max_plen - INTEGER
  768. Maximum prefix length of Route Information in RA.
  769. Route Information w/ prefix larger than or equal to this
  770. variable shall be ignored.
  771. Functional default: 0 if accept_ra_rtr_pref is enabled.
  772. -1 if accept_ra_rtr_pref is disabled.
  773. accept_ra_rtr_pref - BOOLEAN
  774. Accept Router Preference in RA.
  775. Functional default: enabled if accept_ra is enabled.
  776. disabled if accept_ra is disabled.
  777. accept_redirects - BOOLEAN
  778. Accept Redirects.
  779. Functional default: enabled if local forwarding is disabled.
  780. disabled if local forwarding is enabled.
  781. accept_source_route - INTEGER
  782. Accept source routing (routing extension header).
  783. >= 0: Accept only routing header type 2.
  784. < 0: Do not accept routing header.
  785. Default: 0
  786. autoconf - BOOLEAN
  787. Autoconfigure addresses using Prefix Information in Router
  788. Advertisements.
  789. Functional default: enabled if accept_ra_pinfo is enabled.
  790. disabled if accept_ra_pinfo is disabled.
  791. dad_transmits - INTEGER
  792. The amount of Duplicate Address Detection probes to send.
  793. Default: 1
  794. forwarding - BOOLEAN
  795. Configure interface-specific Host/Router behaviour.
  796. Note: It is recommended to have the same setting on all
  797. interfaces; mixed router/host scenarios are rather uncommon.
  798. FALSE:
  799. By default, Host behaviour is assumed. This means:
  800. 1. IsRouter flag is not set in Neighbour Advertisements.
  801. 2. Router Solicitations are being sent when necessary.
  802. 3. If accept_ra is TRUE (default), accept Router
  803. Advertisements (and do autoconfiguration).
  804. 4. If accept_redirects is TRUE (default), accept Redirects.
  805. TRUE:
  806. If local forwarding is enabled, Router behaviour is assumed.
  807. This means exactly the reverse from the above:
  808. 1. IsRouter flag is set in Neighbour Advertisements.
  809. 2. Router Solicitations are not sent.
  810. 3. Router Advertisements are ignored.
  811. 4. Redirects are ignored.
  812. Default: FALSE if global forwarding is disabled (default),
  813. otherwise TRUE.
  814. hop_limit - INTEGER
  815. Default Hop Limit to set.
  816. Default: 64
  817. mtu - INTEGER
  818. Default Maximum Transfer Unit
  819. Default: 1280 (IPv6 required minimum)
  820. router_probe_interval - INTEGER
  821. Minimum interval (in seconds) between Router Probing described
  822. in RFC4191.
  823. Default: 60
  824. router_solicitation_delay - INTEGER
  825. Number of seconds to wait after interface is brought up
  826. before sending Router Solicitations.
  827. Default: 1
  828. router_solicitation_interval - INTEGER
  829. Number of seconds to wait between Router Solicitations.
  830. Default: 4
  831. router_solicitations - INTEGER
  832. Number of Router Solicitations to send until assuming no
  833. routers are present.
  834. Default: 3
  835. use_tempaddr - INTEGER
  836. Preference for Privacy Extensions (RFC3041).
  837. <= 0 : disable Privacy Extensions
  838. == 1 : enable Privacy Extensions, but prefer public
  839. addresses over temporary addresses.
  840. > 1 : enable Privacy Extensions and prefer temporary
  841. addresses over public addresses.
  842. Default: 0 (for most devices)
  843. -1 (for point-to-point devices and loopback devices)
  844. temp_valid_lft - INTEGER
  845. valid lifetime (in seconds) for temporary addresses.
  846. Default: 604800 (7 days)
  847. temp_prefered_lft - INTEGER
  848. Preferred lifetime (in seconds) for temporary addresses.
  849. Default: 86400 (1 day)
  850. max_desync_factor - INTEGER
  851. Maximum value for DESYNC_FACTOR, which is a random value
  852. that ensures that clients don't synchronize with each
  853. other and generate new addresses at exactly the same time.
  854. value is in seconds.
  855. Default: 600
  856. regen_max_retry - INTEGER
  857. Number of attempts before give up attempting to generate
  858. valid temporary addresses.
  859. Default: 5
  860. max_addresses - INTEGER
  861. Number of maximum addresses per interface. 0 disables limitation.
  862. It is recommended not set too large value (or 0) because it would
  863. be too easy way to crash kernel to allow to create too much of
  864. autoconfigured addresses.
  865. Default: 16
  866. disable_ipv6 - BOOLEAN
  867. Disable IPv6 operation. If accept_dad is set to 2, this value
  868. will be dynamically set to TRUE if DAD fails for the link-local
  869. address.
  870. Default: FALSE (enable IPv6 operation)
  871. When this value is changed from 1 to 0 (IPv6 is being enabled),
  872. it will dynamically create a link-local address on the given
  873. interface and start Duplicate Address Detection, if necessary.
  874. When this value is changed from 0 to 1 (IPv6 is being disabled),
  875. it will dynamically delete all address on the given interface.
  876. accept_dad - INTEGER
  877. Whether to accept DAD (Duplicate Address Detection).
  878. 0: Disable DAD
  879. 1: Enable DAD (default)
  880. 2: Enable DAD, and disable IPv6 operation if MAC-based duplicate
  881. link-local address has been found.
  882. force_tllao - BOOLEAN
  883. Enable sending the target link-layer address option even when
  884. responding to a unicast neighbor solicitation.
  885. Default: FALSE
  886. Quoting from RFC 2461, section 4.4, Target link-layer address:
  887. "The option MUST be included for multicast solicitations in order to
  888. avoid infinite Neighbor Solicitation "recursion" when the peer node
  889. does not have a cache entry to return a Neighbor Advertisements
  890. message. When responding to unicast solicitations, the option can be
  891. omitted since the sender of the solicitation has the correct link-
  892. layer address; otherwise it would not have be able to send the unicast
  893. solicitation in the first place. However, including the link-layer
  894. address in this case adds little overhead and eliminates a potential
  895. race condition where the sender deletes the cached link-layer address
  896. prior to receiving a response to a previous solicitation."
  897. icmp/*:
  898. ratelimit - INTEGER
  899. Limit the maximal rates for sending ICMPv6 packets.
  900. 0 to disable any limiting,
  901. otherwise the minimal space between responses in milliseconds.
  902. Default: 1000
  903. IPv6 Update by:
  904. Pekka Savola <pekkas@netcore.fi>
  905. YOSHIFUJI Hideaki / USAGI Project <yoshfuji@linux-ipv6.org>
  906. /proc/sys/net/bridge/* Variables:
  907. bridge-nf-call-arptables - BOOLEAN
  908. 1 : pass bridged ARP traffic to arptables' FORWARD chain.
  909. 0 : disable this.
  910. Default: 1
  911. bridge-nf-call-iptables - BOOLEAN
  912. 1 : pass bridged IPv4 traffic to iptables' chains.
  913. 0 : disable this.
  914. Default: 1
  915. bridge-nf-call-ip6tables - BOOLEAN
  916. 1 : pass bridged IPv6 traffic to ip6tables' chains.
  917. 0 : disable this.
  918. Default: 1
  919. bridge-nf-filter-vlan-tagged - BOOLEAN
  920. 1 : pass bridged vlan-tagged ARP/IP/IPv6 traffic to {arp,ip,ip6}tables.
  921. 0 : disable this.
  922. Default: 1
  923. bridge-nf-filter-pppoe-tagged - BOOLEAN
  924. 1 : pass bridged pppoe-tagged IP/IPv6 traffic to {ip,ip6}tables.
  925. 0 : disable this.
  926. Default: 1
  927. proc/sys/net/sctp/* Variables:
  928. addip_enable - BOOLEAN
  929. Enable or disable extension of Dynamic Address Reconfiguration
  930. (ADD-IP) functionality specified in RFC5061. This extension provides
  931. the ability to dynamically add and remove new addresses for the SCTP
  932. associations.
  933. 1: Enable extension.
  934. 0: Disable extension.
  935. Default: 0
  936. addip_noauth_enable - BOOLEAN
  937. Dynamic Address Reconfiguration (ADD-IP) requires the use of
  938. authentication to protect the operations of adding or removing new
  939. addresses. This requirement is mandated so that unauthorized hosts
  940. would not be able to hijack associations. However, older
  941. implementations may not have implemented this requirement while
  942. allowing the ADD-IP extension. For reasons of interoperability,
  943. we provide this variable to control the enforcement of the
  944. authentication requirement.
  945. 1: Allow ADD-IP extension to be used without authentication. This
  946. should only be set in a closed environment for interoperability
  947. with older implementations.
  948. 0: Enforce the authentication requirement
  949. Default: 0
  950. auth_enable - BOOLEAN
  951. Enable or disable Authenticated Chunks extension. This extension
  952. provides the ability to send and receive authenticated chunks and is
  953. required for secure operation of Dynamic Address Reconfiguration
  954. (ADD-IP) extension.
  955. 1: Enable this extension.
  956. 0: Disable this extension.
  957. Default: 0
  958. prsctp_enable - BOOLEAN
  959. Enable or disable the Partial Reliability extension (RFC3758) which
  960. is used to notify peers that a given DATA should no longer be expected.
  961. 1: Enable extension
  962. 0: Disable
  963. Default: 1
  964. max_burst - INTEGER
  965. The limit of the number of new packets that can be initially sent. It
  966. controls how bursty the generated traffic can be.
  967. Default: 4
  968. association_max_retrans - INTEGER
  969. Set the maximum number for retransmissions that an association can
  970. attempt deciding that the remote end is unreachable. If this value
  971. is exceeded, the association is terminated.
  972. Default: 10
  973. max_init_retransmits - INTEGER
  974. The maximum number of retransmissions of INIT and COOKIE-ECHO chunks
  975. that an association will attempt before declaring the destination
  976. unreachable and terminating.
  977. Default: 8
  978. path_max_retrans - INTEGER
  979. The maximum number of retransmissions that will be attempted on a given
  980. path. Once this threshold is exceeded, the path is considered
  981. unreachable, and new traffic will use a different path when the
  982. association is multihomed.
  983. Default: 5
  984. rto_initial - INTEGER
  985. The initial round trip timeout value in milliseconds that will be used
  986. in calculating round trip times. This is the initial time interval
  987. for retransmissions.
  988. Default: 3000
  989. rto_max - INTEGER
  990. The maximum value (in milliseconds) of the round trip timeout. This
  991. is the largest time interval that can elapse between retransmissions.
  992. Default: 60000
  993. rto_min - INTEGER
  994. The minimum value (in milliseconds) of the round trip timeout. This
  995. is the smallest time interval the can elapse between retransmissions.
  996. Default: 1000
  997. hb_interval - INTEGER
  998. The interval (in milliseconds) between HEARTBEAT chunks. These chunks
  999. are sent at the specified interval on idle paths to probe the state of
  1000. a given path between 2 associations.
  1001. Default: 30000
  1002. sack_timeout - INTEGER
  1003. The amount of time (in milliseconds) that the implementation will wait
  1004. to send a SACK.
  1005. Default: 200
  1006. valid_cookie_life - INTEGER
  1007. The default lifetime of the SCTP cookie (in milliseconds). The cookie
  1008. is used during association establishment.
  1009. Default: 60000
  1010. cookie_preserve_enable - BOOLEAN
  1011. Enable or disable the ability to extend the lifetime of the SCTP cookie
  1012. that is used during the establishment phase of SCTP association
  1013. 1: Enable cookie lifetime extension.
  1014. 0: Disable
  1015. Default: 1
  1016. rcvbuf_policy - INTEGER
  1017. Determines if the receive buffer is attributed to the socket or to
  1018. association. SCTP supports the capability to create multiple
  1019. associations on a single socket. When using this capability, it is
  1020. possible that a single stalled association that's buffering a lot
  1021. of data may block other associations from delivering their data by
  1022. consuming all of the receive buffer space. To work around this,
  1023. the rcvbuf_policy could be set to attribute the receiver buffer space
  1024. to each association instead of the socket. This prevents the described
  1025. blocking.
  1026. 1: rcvbuf space is per association
  1027. 0: recbuf space is per socket
  1028. Default: 0
  1029. sndbuf_policy - INTEGER
  1030. Similar to rcvbuf_policy above, this applies to send buffer space.
  1031. 1: Send buffer is tracked per association
  1032. 0: Send buffer is tracked per socket.
  1033. Default: 0
  1034. sctp_mem - vector of 3 INTEGERs: min, pressure, max
  1035. Number of pages allowed for queueing by all SCTP sockets.
  1036. min: Below this number of pages SCTP is not bothered about its
  1037. memory appetite. When amount of memory allocated by SCTP exceeds
  1038. this number, SCTP starts to moderate memory usage.
  1039. pressure: This value was introduced to follow format of tcp_mem.
  1040. max: Number of pages allowed for queueing by all SCTP sockets.
  1041. Default is calculated at boot time from amount of available memory.
  1042. sctp_rmem - vector of 3 INTEGERs: min, default, max
  1043. See tcp_rmem for a description.
  1044. sctp_wmem - vector of 3 INTEGERs: min, default, max
  1045. See tcp_wmem for a description.
  1046. addr_scope_policy - INTEGER
  1047. Control IPv4 address scoping - draft-stewart-tsvwg-sctp-ipv4-00
  1048. 0 - Disable IPv4 address scoping
  1049. 1 - Enable IPv4 address scoping
  1050. 2 - Follow draft but allow IPv4 private addresses
  1051. 3 - Follow draft but allow IPv4 link local addresses
  1052. Default: 1
  1053. /proc/sys/net/core/*
  1054. dev_weight - INTEGER
  1055. The maximum number of packets that kernel can handle on a NAPI
  1056. interrupt, it's a Per-CPU variable.
  1057. Default: 64
  1058. /proc/sys/net/unix/*
  1059. max_dgram_qlen - INTEGER
  1060. The maximum length of dgram socket receive queue
  1061. Default: 10
  1062. UNDOCUMENTED:
  1063. /proc/sys/net/irda/*
  1064. fast_poll_increase FIXME
  1065. warn_noreply_time FIXME
  1066. discovery_slots FIXME
  1067. slot_timeout FIXME
  1068. max_baud_rate FIXME
  1069. discovery_timeout FIXME
  1070. lap_keepalive_time FIXME
  1071. max_noreply_time FIXME
  1072. max_tx_data_size FIXME
  1073. max_tx_window FIXME
  1074. min_tx_turn_time FIXME