Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Net.h')
-rw-r--r--src/Net.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Net.h b/src/Net.h
index ec031a36e..c05560dcc 100644
--- a/src/Net.h
+++ b/src/Net.h
@@ -31,6 +31,10 @@
#ifndef _NET_H
#define _NET_H
+#ifndef DEFAULT_MUMBLE_PORT
+#define DEFAULT_MUMBLE_PORT 64738
+#endif
+
#include "murmur_pch.h"
struct HostAddress {