aboutsummaryrefslogtreecommitdiff
path: root/src/shared/channel.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/channel.rs')
-rw-r--r--src/shared/channel.rs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/shared/channel.rs b/src/shared/channel.rs
index 0746c21..73f5f6f 100644
--- a/src/shared/channel.rs
+++ b/src/shared/channel.rs
@@ -12,12 +12,12 @@ use super::QuinnetError;
pub(crate) type OrdRelChannelId = u64;
-// #[derive(Debug, Copy, Clone)]
-// pub enum ChannelType {
-// OrderedReliable,
-// UnorderedReliable,
-// Unreliable,
-// }
+#[derive(Debug, Copy, Clone)]
+pub enum ChannelType {
+ OrderedReliable,
+ UnorderedReliable,
+ Unreliable,
+}
#[derive(Debug, Copy, Clone, Eq, PartialEq, Hash)]
pub enum ChannelId {