Skip to content
Snippets Groups Projects
Commit 984bd29f authored by François-Simon Fauteux-Chapleau's avatar François-Simon Fauteux-Chapleau Committed by Sébastien Blin
Browse files

dhtnet: fix UPnPContext shutdown timeout

The timeouts were due to the fact that the blocking_tcp_connections
option of the upnp library is enabled by default.

GitLab: #21
Change-Id: I1ba27983b2a583f022ee5daf1c9acedfcde73f96
parent 04526162
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ endif
$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR) && mv config.guess config.sub
$(MOVE)
PUPNP_OPTIONS=--disable-largefile --disable-samples --disable-device --disable-webserver --without-documentation
PUPNP_OPTIONS=--disable-blocking_tcp_connections --disable-largefile --disable-samples --disable-device --disable-webserver --without-documentation
.upnp: upnp
ifdef HAVE_WIN32
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment