Skip to content
New issue

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

High I/O wait on linux #123

Open
p5n opened this issue Nov 14, 2024 · 0 comments
Open

High I/O wait on linux #123

p5n opened this issue Nov 14, 2024 · 0 comments

Comments

@p5n
Copy link

p5n commented Nov 14, 2024

Steps to reproduce: just start shadow-tls config -c /etc/shadow-tls/server.json and htop shows that 3 cpu cores are busy with I/O wait.

Config:

{
    "disable_nodelay": false,
    "fastopen": true,
    "v3": true,
    "strict": true,
    "server": {
        "listen": "0.0.0.0:5222",
        "server_addr": "127.0.0.1:5223",
        "tls_addr": {
            "wildcard_sni": "off",
            "dispatch": {
                "cloudflare.com": "1.1.1.1:443",
                "captive.apple.com": "captive.apple.com:443"
            },
            "fallback": "cloud.tencent.com:443"
        },
        "password": "*********",
        "wildcard_sni": "authed"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant