From 55644de7b35421997198c9dec4a8bba5dfb8dd8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Tue, 5 Jan 2021 12:47:04 +0100 Subject: add voice stream type --- mumd/src/network.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mumd/src/network.rs') 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, +} -- cgit v1.2.1