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

Track expiration times for Sessions #26

Merged
merged 1 commit into from
Feb 12, 2020
Merged

Conversation

markmandel
Copy link
Contributor

Implementation of tracking an incrementing expiration time with each packet sent or received from a UDP Session.

Right now this is hard coded to a minute, but eventually could be configurable.

Also, no implementation of a prune command that removes expired sessions, but that can come next.

Implementation of tracking an incrementing expiration time with each
packet sent or received from a UDP Session.

Right now this is hard coded to a minute, but eventually could be
configurable.

Also, no implementation of a prune command that removes expired
sessions, but that can come next.
@markmandel markmandel added kind/feature New feature or request area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc labels Feb 11, 2020
@markmandel markmandel merged commit 0905373 into master Feb 12, 2020
@markmandel markmandel deleted the feature/session-expiry branch February 12, 2020 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/user-experience Pertaining to developers trying to use Quilkin, e.g. cli interface, configuration, etc kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant