summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/connection.h b/src/connection.h
index 338ee964c..b025a4dfc 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -120,9 +120,9 @@ public:
};
typedef enum MTProtocols {
- PRIMARY,
- UDP,
- MINETEST_RELIABLE_UDP
+ MTP_PRIMARY,
+ MTP_UDP,
+ MTP_MINETEST_RELIABLE_UDP
} MTProtocols;
#define SEQNUM_MAX 65535