summaryrefslogtreecommitdiffstats
path: root/src/handshake/mod.rs
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-06 13:02:13 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2019-08-06 13:02:13 +0200
commita12e6e139c963cfe9c78edc9ae83a71049722f29 (patch)
treeb6bfd82f28553c84eae5a48f6b43b4cf88cd5bbc /src/handshake/mod.rs
parentPrepare for resuse of message buffers for response (diff)
downloadwireguard-rs-a12e6e139c963cfe9c78edc9ae83a71049722f29.tar.xz
wireguard-rs-a12e6e139c963cfe9c78edc9ae83a71049722f29.zip
Add rate limiter check to handshake messages.
Diffstat (limited to 'src/handshake/mod.rs')
-rw-r--r--src/handshake/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handshake/mod.rs b/src/handshake/mod.rs
index 4314925..8095147 100644
--- a/src/handshake/mod.rs
+++ b/src/handshake/mod.rs
@@ -11,6 +11,7 @@ mod macs;
mod messages;
mod noise;
mod peer;
+mod ratelimiter;
mod timestamp;
mod types;