mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Merge pull request #1528 from updatede/patch-1
Mayaqua/Network.h: Fix UDP acceleration under NAT-T connections
This commit is contained in:
commit
adbbe94675
@ -87,7 +87,7 @@ struct IP
|
||||
|
||||
#define CmpIpAddr(ip1, ip2) (Cmp((ip1)->address, (ip2)->address, sizeof((ip1)->address)))
|
||||
|
||||
#define IsIP6(ip) (IsIP4(ip) == false)
|
||||
#define IsIP6(ip) (ip && IsIP4(ip) == false)
|
||||
#define IsZeroIp(ip) (IsZeroIP(ip))
|
||||
|
||||
// IPv6 address (different format)
|
||||
|
Loading…
Reference in New Issue
Block a user