mirror of
https://github.com/moonlight-stream/Internet-Hosting-Tool.git
synced 2025-07-01 15:26:54 +00:00
Avoid testing UDP 48002 and UDP 48010 since they are currently unused
This commit is contained in:
parent
204dde8a73
commit
dab033ee3b
@ -42,8 +42,13 @@ static struct port_entry {
|
||||
{IPPROTO_UDP, 47998, true},
|
||||
{IPPROTO_UDP, 47999, true},
|
||||
{IPPROTO_UDP, 48000, true},
|
||||
|
||||
#if 0
|
||||
// These are not currently used, so let's
|
||||
// avoid testing them for now.
|
||||
{IPPROTO_UDP, 48002, true},
|
||||
{IPPROTO_UDP, 48010, true}
|
||||
#endif
|
||||
};
|
||||
|
||||
char logFilePath[MAX_PATH + 1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user