aboutsummaryrefslogtreecommitdiff
path: root/src/message/handshake
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-01-04 18:24:38 +0100
committerMax Audron <audron@cocaine.farm>2021-01-04 18:24:38 +0100
commit0f26b1bad20ce68efa0c9296143f3176e93977b6 (patch)
treeb85076187e24d6b012bcb1e682677278c4a3cbb9 /src/message/handshake
parentadd more signalproxy objects (diff)
random stuff
Diffstat (limited to '')
-rw-r--r--src/message/handshake/init.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/message/handshake/init.rs b/src/message/handshake/init.rs
index 860df8a..b4604b6 100644
--- a/src/message/handshake/init.rs
+++ b/src/message/handshake/init.rs
@@ -2,6 +2,7 @@ use crate::Deserialize;
use crate::Serialize;
/// The first few bytes sent to the core to initialize the connection and setup if we want to use tls and compression
+#[derive(Clone, Debug)]
pub struct Init {
pub tls: bool,
pub compression: bool,