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

feat: introduce Tunn::time_since_last_received #392

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thomaseizinger
Copy link
Contributor

@thomaseizinger thomaseizinger commented Jan 24, 2024

In addition to time_since_last_handshake, expose a time_since_last_received. This is useful to know downstream because it allows applications to react to connectivity problems. Keepalive packets will update this timer. As soon as this duration is > than the configured keep-alive (of the remote), we know that there is a connectivity problem.

@thomaseizinger thomaseizinger changed the title Expose time_since_last_received feat: introduce time_since_last_received Jan 24, 2024
@thomaseizinger thomaseizinger changed the title feat: introduce time_since_last_received feat: introduce Tunn::time_since_last_received Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant