summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-10-26 23:17:11 -0400
committerirungentoo <irungentoo@gmail.com>2013-10-26 23:17:11 -0400
commitf7040726a18a210f8330f00c0d23d1ca6a303d03 (patch)
tree2ad912727df0b118606dccb4e51a225bcfa729c8
parent05a5184dc028789625831d2fd929759ea74846fb (diff)
Increased port range.
-rw-r--r--toxcore/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/network.h b/toxcore/network.h
index 11d6be67..8b9b8b2f 100644
--- a/toxcore/network.h
+++ b/toxcore/network.h
@@ -94,7 +94,7 @@ typedef int sock_t;
94#define NET_PACKET_GROUP_CHATS 48 /* Group chats packet ID. */ 94#define NET_PACKET_GROUP_CHATS 48 /* Group chats packet ID. */
95 95
96#define TOX_PORTRANGE_FROM 33445 96#define TOX_PORTRANGE_FROM 33445
97#define TOX_PORTRANGE_TO 33455 97#define TOX_PORTRANGE_TO 33545
98#define TOX_PORT_DEFAULT TOX_PORTRANGE_FROM 98#define TOX_PORT_DEFAULT TOX_PORTRANGE_FROM
99 99
100typedef union { 100typedef union {