aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJake McGinty <me@jake.su>2018-05-04 01:59:47 -0700
committerJake McGinty <me@jake.su>2018-05-04 02:05:45 -0700
commitbd307d317087e55f6af4e44d9837d07a02b347a5 (patch)
tree0c0ffad54276209807e848dab814886c12e323fd /src/lib.rs
parenttimers: more corrections to persistent keepalive (diff)
downloadwireguard-rs-bd307d317087e55f6af4e44d9837d07a02b347a5.tar.xz
wireguard-rs-bd307d317087e55f6af4e44d9837d07a02b347a5.zip
ratelimiter: implement ratelimiter and tests
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 5c39c68..7b038b7 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -50,6 +50,7 @@ mod cookie;
mod error;
mod ip_packet;
mod message;
+mod ratelimiter;
mod router;
mod timer;
mod udp;