Add new ports for GFE 3.12 for v0.2

This commit is contained in:
Cameron Gutman
2018-01-09 23:28:25 -08:00
parent e790ced022
commit 12442da0e5
2 changed files with 3 additions and 3 deletions

View File

@@ -14,11 +14,11 @@
#define SERVICE_NAME L"GSv6FwdSvc"
static const unsigned short UDP_PORTS[] = {
47998, 47999, 48000, 48010
47998, 47999, 48000, 48002, 48010
};
static const unsigned short TCP_PORTS[] = {
47984, 47989
47984, 47989, 48010
};
typedef struct _SOCKET_TUPLE {