Try another NAT traversal improvement.
This commit is contained in:
parent
dda376c9eb
commit
b31071463c
6 changed files with 39 additions and 7 deletions
|
@ -66,6 +66,11 @@ public:
|
|||
*/
|
||||
void clean(uint64_t now);
|
||||
|
||||
/**
|
||||
* @return True if our external (global scope) IPv4 ports appear to be randomized by a NAT device
|
||||
*/
|
||||
bool areGlobalIPv4PortsRandomized() const;
|
||||
|
||||
private:
|
||||
struct PhySurfaceKey
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue