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

Add hard fileno #366

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add hard fileno #366

wants to merge 3 commits into from

Commits on Oct 9, 2024

  1. Allow users to increase the fileno limit

    This allows wstunnel to use fds>1024.
    Otherwise heavy use can easily run out of file descriptors on connection
    attempts.
    While there will still be a limit, it is significantly higher (~500
    times on my system) which provides enough headroom for connections to be
    torn down and fds to be closed.
    Ongy committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    d28eef9 View commit details
    Browse the repository at this point in the history
  2. Use proper bool for hard-fileno

    Ongy committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ada5f1d View commit details
    Browse the repository at this point in the history
  3. Follow lint formatting

    Ongy committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7b316a5 View commit details
    Browse the repository at this point in the history