We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需求应用场景 现有的逻辑是所有ip都测速,这会造成一两千个ping连接,并发压力太大,可否根据网段进行测速?
建议的方案 根据ipv4 /24网段和ipv6 /48网段进行测速,如果上游返回多个ip都在同一个ipv4 /24或ipv6 /48范围内就随机其中一个进行测速
设备信息
设备信息(CPU,厂家)
固件信息
The text was updated successfully, but these errors were encountered:
No branches or pull requests
需求应用场景
现有的逻辑是所有ip都测速,这会造成一两千个ping连接,并发压力太大,可否根据网段进行测速?
建议的方案
根据ipv4 /24网段和ipv6 /48网段进行测速,如果上游返回多个ip都在同一个ipv4 /24或ipv6 /48范围内就随机其中一个进行测速
设备信息
设备信息(CPU,厂家)
固件信息
The text was updated successfully, but these errors were encountered: