--- libupnp-1.6.6.old/upnp/src/api/upnpapi.c 2007-11-27 04:56:02.000000000 +0000
+++ libupnp-1.6.6/upnp/src/api/upnpapi.c 2007-12-28 16:12:16.000000000 +0000
@@ -264,6 +264,8 @@
return UPNP_E_INIT_FAILED;
}
+ TPAttrSetMinThreads( &attr, 4 );
+
if( ThreadPoolInit( &gMiniServerThreadPool, &attr ) != UPNP_E_SUCCESS ) {
UpnpSdkInit = 0;
UpnpFinish();
No comments:
Post a Comment