aboutsummaryrefslogtreecommitdiffstats
path: root/src/interface/mod.rs
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-03-01 21:40:27 +0000
committerJake McGinty <me@jake.su>2018-03-04 01:23:43 +0000
commita19f0aaf515c78d53dec05fd3b3c6a2f38621508 (patch)
tree73668514662ce09bb3d69b2b1389e8388a265286 /src/interface/mod.rs
parentudp: switch to own tokio UdpSocket implementation for performance reasons (diff)
downloadwireguard-rs-a19f0aaf515c78d53dec05fd3b3c6a2f38621508.tar.xz
wireguard-rs-a19f0aaf515c78d53dec05fd3b3c6a2f38621508.zip
udp: enable SO_REUSEPORT to start getting clever
Diffstat (limited to 'src/interface/mod.rs')
-rw-r--r--src/interface/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface/mod.rs b/src/interface/mod.rs
index be20c20..5826907 100644
--- a/src/interface/mod.rs
+++ b/src/interface/mod.rs
@@ -1,6 +1,6 @@
mod config;
mod grim_reaper;
-mod peer_server;
+pub mod peer_server;
use self::config::{ConfigurationServiceManager, UpdateEvent, Command, ConfigurationCodec};
use self::grim_reaper::GrimReaper;