zhboner / realm

A network relay tool
MIT License
1.54k stars 285 forks source link

端口段转发超过128个端口 cpu飙升 #20

Closed atxiu closed 3 years ago

atxiu commented 3 years ago

系统:debian 9.13(全新环境可以复现) 配置文件:config.json

{
    "listening_addresses": ["0.0.0.0"],
    "listening_ports": ["10000-10127"],
    "remote_addresses": ["1.2.3.4"],
    "remote_ports": ["10000-10127"]
}

当端口段范围为 1-127 时, cpu 无负载.

截屏2021-01-13 上午3 31 30

当端口段范围为 1-128 时, cpu 单核满载.

截屏2021-01-13 上午3 32 28
zhboner commented 3 years ago

已解决