From 66a29a00eeba632af831d565427adc97d161b587 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 30 Nov 2015 13:17:43 -0800 Subject: Merge miniupnpc/libnatpmp build into main build by just adding flags, defs, and objs. --- osdep/PortMapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/PortMapper.cpp') 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; -- cgit v1.2.3