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

connection: Separate out lastActivity into recv and send activity #770

Merged
merged 1 commit into from
Mar 27, 2020

Commits on Mar 27, 2020

  1. connection: Separate out lastActivity into recv and send activity

    `lastActivity` recorded when the last receive or send activity occurred over
    its connection.  Separate this out into `lastActivityRecv` and
    `lastActivitySend` to observe the last receives or sends allowing monitoring of
    the elapsed time between reading from the recv buffer and writing to the send
    buffer.   This will provide information on how stalled either buffer is.
    witriew committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    9c849e1 View commit details
    Browse the repository at this point in the history