aboutsummaryrefslogtreecommitdiffstats
path: root/src/handshake/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handshake/mod.rs')
-rw-r--r--src/handshake/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handshake/mod.rs b/src/handshake/mod.rs
index 6d017cc..071a41f 100644
--- a/src/handshake/mod.rs
+++ b/src/handshake/mod.rs
@@ -18,4 +18,4 @@ mod types;
// publicly exposed interface
pub use device::Device;
-pub use messages::{TYPE_COOKIE_REPLY, TYPE_INITIATION, TYPE_RESPONSE};
+pub use messages::{MAX_HANDSHAKE_MSG_SIZE, TYPE_COOKIE_REPLY, TYPE_INITIATION, TYPE_RESPONSE};