From 12442da0e5dc5d8caf28fdabce314a3acfc948fa Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Tue, 9 Jan 2018 23:28:25 -0800 Subject: [PATCH] Add new ports for GFE 3.12 for v0.2 --- GSv6Fwd/GSv6Fwd.cpp | 4 ++-- GSv6FwdSetup/Product.wxs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GSv6Fwd/GSv6Fwd.cpp b/GSv6Fwd/GSv6Fwd.cpp index 70a0ee4..b02008f 100644 --- a/GSv6Fwd/GSv6Fwd.cpp +++ b/GSv6Fwd/GSv6Fwd.cpp @@ -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 { diff --git a/GSv6FwdSetup/Product.wxs b/GSv6FwdSetup/Product.wxs index ce52c41..d6ec767 100644 --- a/GSv6FwdSetup/Product.wxs +++ b/GSv6FwdSetup/Product.wxs @@ -1,7 +1,7 @@ - +