aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/src/network.rs
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/src/network.rs')
-rw-r--r--mumd/src/network.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/mumd/src/network.rs b/mumd/src/network.rs
index 1a31ee2..4fb2e77 100644
--- a/mumd/src/network.rs
+++ b/mumd/src/network.rs
@@ -19,3 +19,9 @@ impl ConnectionInfo {
}
}
}
+
+#[derive(Clone, Copy, Debug, Eq, PartialEq, Hash)]
+pub enum VoiceStreamType {
+ TCP,
+ UDP,
+}