Linux: syscfg: network:inet_peer_threshold

inet_peer_threshold,默认值就是64K

https://www.kernel.org/doc/html/latest/networking/ip-sysctl.html

这个一般人应该用的非常少,因为个人电脑,很难说会达到这么多的peer量。

如果抛开,"INET peer storage"这个标题,这个参数的解释第一句还以为是和内存相关的参数。虽然和内存是有关联!这里的storage只是INET peer可以存储多少个peer的storage。如果超过这个量,就会主动删除掉比较旧的记录。

clike 复制代码
INET peer storage
inet_peer_threshold - INTEGER
    The approximate size of the storage. Starting from this threshold entries will be thrown aggressively. This threshold also determines entries' time-to-live and time intervals between garbage collection passes. More entries, less time-to-live, less GC interval.
相关推荐
Yue丶越7 小时前
【C语言】数据在内存中的存储
c语言·开发语言·网络
云边有个稻草人7 小时前
手机也能控 Linux?Cpolar+JuiceSSH 搞定内网远程
运维·服务器·cpolar
Altair12318 小时前
nginx的https的搭建
运维·网络·nginx·云计算
李宥小哥8 小时前
Redis10-原理-网络模型
开发语言·网络·php
云计算练习生8 小时前
linux shell编程实战 10 Git工具详解与运维场景实战
linux·运维·git
Umi·8 小时前
iptables的源地址伪装
运维·服务器·网络
在路上看风景8 小时前
6.4 LANS
网络
阿巴~阿巴~10 小时前
自定义协议设计与实践:从协议必要性到JSON流式处理
服务器·网络·网络协议·json·操作系统·自定义协议
虚伪的空想家10 小时前
KVM的ubuntu虚机如何关闭安全启动
linux·安全·ubuntu
测试界的海飞丝16 小时前
10道软件测试面试题及其答案:
服务器·测试工具·职场和发展