diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 13:17:43 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-30 13:17:43 -0800 |
commit | 66a29a00eeba632af831d565427adc97d161b587 (patch) | |
tree | a5227e5598ef9d2f3b8646d6d584143fb692b016 /osdep | |
parent | 67685213309a3e4aaa76a2f3173af5dd0ffa3eec (diff) | |
download | infinitytier-66a29a00eeba632af831d565427adc97d161b587.tar.gz infinitytier-66a29a00eeba632af831d565427adc97d161b587.zip |
Merge miniupnpc/libnatpmp build into main build by just adding flags, defs, and objs.
Diffstat (limited to 'osdep')
-rw-r--r-- | osdep/PortMapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osdep/PortMapper.cpp b/osdep/PortMapper.cpp index 07489f5f..ab839116 100644 --- a/osdep/PortMapper.cpp +++ b/osdep/PortMapper.cpp @@ -102,7 +102,7 @@ public: InetAddress publicAddress; sendpublicaddressrequest(&natpmp); - uint64_t myTimeout = OSUtils::now() + 30000; + uint64_t myTimeout = OSUtils::now() + 5000; do { fd_set fds; struct timeval timeout; |