-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detach SessionKeeper from direct feature
SessionKeeper initially was used only for direct connections so it made sense to be only present when direct feature was also present. However now SessionKeeper is used additionally by proxying, stun and vpn peers which makes it more generic. Without this detachment, enabling batching feature requires direct feature to be enabled as well or else libtelio will fail to work(for example derp disconnects will not be detected since no keepalive will happen). This commit detaches SessionKeeper from direct entities and makes it always present. Signed-off-by: Lukas Pukenis <[email protected]>
- Loading branch information
1 parent
e949d77
commit e11fb52
Showing
2 changed files
with
137 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters