-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unexpected ConnectionDirection update (#188)
* The handler instructs the service on how to update connection direction. * cargo fmt * cargo fmt * Fix clippy warning * Add tests for inject_session_established() * Rename ConnectionDirectionInstruction shortly * read access * Update src/service/test.rs Co-authored-by: Divma <[email protected]> * Update src/service/test.rs Co-authored-by: Divma <[email protected]> * Add a test case * We never update connection direction if a node already exists in the routing table * Update src/service.rs Fix typo Co-authored-by: Divma <[email protected]> --------- Co-authored-by: Divma <[email protected]>
- Loading branch information
1 parent
370b147
commit 47844ca
Showing
3 changed files
with
73 additions
and
7 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
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