From f7040726a18a210f8330f00c0d23d1ca6a303d03 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sat, 26 Oct 2013 23:17:11 -0400 Subject: Increased port range. --- toxcore/network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; #define NET_PACKET_GROUP_CHATS 48 /* Group chats packet ID. */ #define TOX_PORTRANGE_FROM 33445 -#define TOX_PORTRANGE_TO 33455 +#define TOX_PORTRANGE_TO 33545 #define TOX_PORT_DEFAULT TOX_PORTRANGE_FROM typedef union { -- cgit v1.2.3