From 0ef568b06cf8c674f1f23b4f329921ab67bb8784 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 16 Mar 2018 09:42:13 +0000 Subject: [PATCH] define nxlink ports --- nx/external/bsd/include/netinet/in.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nx/external/bsd/include/netinet/in.h b/nx/external/bsd/include/netinet/in.h index 63495b76..fa065291 100644 --- a/nx/external/bsd/include/netinet/in.h +++ b/nx/external/bsd/include/netinet/in.h @@ -680,6 +680,10 @@ extern const struct in6_addr in6addr_loopback; extern struct in_addr __nxlink_host; +#define NETLOADER_SERVER_PORT 28280 +#define NETLOADER_CLIENT_PORT 28771 + + #endif #endif /* !_NETINET_IN_H_*/