Remove peer from cryptkey router on drop

This commit is contained in:
Mathias Hall-Andersen
2019-08-17 16:31:08 +02:00
parent 5aeea9b619
commit 78ab1a93e6
9 changed files with 242 additions and 100 deletions

View File

@@ -1,7 +1,7 @@
#![feature(test)]
mod constants;
mod handshake;
mod platform;
mod router;
mod types;