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

Fix/sockpool wait_for_fd 0.8 #557

Merged
merged 5 commits into from
Sep 18, 2024

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    f275c04 View commit details
    Browse the repository at this point in the history
  2. Also fix on kqueue

    wait_for_fd reap events when wait_for_fd in 0 timeout
    
    fix kevent immeidate enqueue
    
    KQueue event submitt always use immediate
    
    fix
    
    Fix kqueue response for wait_for_fd with interests=0
    
    Remove unused code
    Coldwings committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7706ac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f815964 View commit details
    Browse the repository at this point in the history
  4. No more needs of in kqueue

    Coldwings committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    547367a View commit details
    Browse the repository at this point in the history
  5. No need to change epoll

    Coldwings committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    564d2b5 View commit details
    Browse the repository at this point in the history