mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-07 08:14:58 +03:00
v4.10-9505-beta
This commit is contained in:
@ -304,6 +304,7 @@ struct SOCK
|
||||
bool IsReverseAcceptedSocket; // Whether it is a reverse socket
|
||||
IP Reverse_MyServerGlobalIp; // Self global IP address when using the reverse socket
|
||||
UINT Reverse_MyServerPort; // Self port number when using the reverse socket
|
||||
UCHAR Ssl_Init_Async_SendAlert[2]; // Initial state of SSL send_alert
|
||||
|
||||
#ifdef ENABLE_SSL_LOGGING
|
||||
// SSL Logging (for debug)
|
||||
@ -740,8 +741,8 @@ struct RUDP_SESSION
|
||||
};
|
||||
|
||||
// NAT Traversal Server Information
|
||||
#define UDP_NAT_T_SERVER_TAG "x%c.x%c.x%c.x%c.servers.nat-traversal.softether-network.net."
|
||||
#define UDP_NAT_T_SERVER_TAG_ALT "x%c.x%c.x%c.x%c.servers.nat-traversal.uxcom.jp."
|
||||
#define UDP_NAT_T_SERVER_TAG "x%c.x%c.servers.nat-traversal.softether-network.net."
|
||||
#define UDP_NAT_T_SERVER_TAG_ALT "x%c.x%c.servers.nat-traversal.uxcom.jp."
|
||||
#define UDP_NAT_T_PORT 5004
|
||||
|
||||
// Related to processing to get the IP address of the NAT-T server
|
||||
|
Reference in New Issue
Block a user