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

rpcap: add timeout configuration on socket connect #1091

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 14, 2022

  1. rpcap: verify control socket status during reception

    Signed-off-by: Kevin Boulain <[email protected]>
    Signed-off-by: Gabriel Ganne <[email protected]>
    GabrielGanne committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    5b963e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. rpcap: reduce timeout on socket connect

    Allow to set a custom timeout to the connect to avoid waiting
    minutes for nothing should the connect() call fail.
    
    Signed-off-by: Kevin Boulain <[email protected]>
    Signed-off-by: Gabriel Ganne <[email protected]>
    GabrielGanne committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    da802f0 View commit details
    Browse the repository at this point in the history