GitHub issue #242 -- crappy uPnP protocol demands infinite lease time or else

This commit is contained in:
Adam Ierymenko
2015-11-10 17:45:05 -08:00
parent 451b8aa7b2
commit a13ba7102a
2 changed files with 1 additions and 6 deletions

View File

@@ -42,11 +42,6 @@
*/
#define ZT_UPNP_CLIENT_REFRESH_DELAY 600000
/**
* UPNP lease duration in seconds (as string)
*/
#define ZT_UPNP_LEASE_DURATION "3600"
namespace ZeroTier {
class UPNPClientImpl;