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

Implement heartbeat functionality #224

Merged
merged 1 commit into from
Aug 12, 2019
Merged

Commits on Aug 4, 2019

  1. Implement heartbeat functionality

    Make sure that connections don't time out if we don't want them to, by
    regularly sending special, empty "heartbeat" packets on connections that we
    have not sent on for some time.
    
    The heartbeat interval can be configured and enabled/disabled via
    `Config::heartbeat_interval'.
    futile committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    74dd68f View commit details
    Browse the repository at this point in the history