Rip out dead "firewall opener" code, replace in pipeline with anti-symmetric-NAT tactics.
This commit is contained in:
parent
d02ecfb288
commit
4e9280fc7a
9 changed files with 27 additions and 134 deletions
|
@ -103,16 +103,6 @@ public:
|
|||
*/
|
||||
inline bool sendUdp(const InetAddress &to,const void *msg,unsigned int msglen) { return send(to,false,false,msg,msglen); }
|
||||
|
||||
/**
|
||||
* Send a UDP packet with a limited IP TTL
|
||||
*
|
||||
* @param to Destination address
|
||||
* @param hopLimit IP TTL
|
||||
*/
|
||||
#ifdef ZT_FIREWALL_OPENER_DELAY
|
||||
bool sendFirewallOpener(const InetAddress &to,int hopLimit);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Perform I/O polling operation (e.g. select())
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue