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

websockets: Count pings from server as activity for idle_timeout #2718

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

Commits on Feb 15, 2024

  1. websockets: Count pings from server as activity for idle_timeout

    If the stream is receiving control packets like ping, don't count it as
    idle. This means you can enable `timeout_opt.keep_alive_ping` on only
    one side to get heartbeat.
    
    Make tests that verify current behaviour.
    
    Update documentation to match changes in PR boostorg#2718.
    
    Addresses issue boostorg#2716
    xim authored and ashtum committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a6fd05c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    83287f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    c8ffce2 View commit details
    Browse the repository at this point in the history