Changeset 17091 for ps/trunk/source/network/NetServer.cpp
- Timestamp:
- Sep 30, 2015, 11:32:54 PM (9 years ago)
- File:
-
- 1 edited
-
ps/trunk/source/network/NetServer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/network/NetServer.cpp
r16963 r17091 237 237 } 238 238 // No cached URL, or it did not respond. Try getting a valid UPnP device for 10 seconds. 239 #if defined(MINIUPNPC_API_VERSION) && MINIUPNPC_API_VERSION >= 14 240 else if ((devlist = upnpDiscover(10000, 0, 0, 0, 0, 2, 0)) != NULL) 241 #else 239 242 else if ((devlist = upnpDiscover(10000, 0, 0, 0, 0, 0)) != NULL) 243 #endif 240 244 { 241 245 ret = UPNP_GetValidIGD(devlist, &urls, &data, internalIPAddress, sizeof(internalIPAddress));
Note:
See TracChangeset
for help on using the changeset viewer.
