|
|
@ -43,9 +43,9 @@ struct supernet_info MYINFO,**MYINFOS; |
|
|
|
static int32_t initflag; |
|
|
|
cJSON *API_json; |
|
|
|
#ifdef __linux__ |
|
|
|
int32_t IGUANA_NUMHELPERS = 8; |
|
|
|
int32_t IGUANA_NUMHELPERS = 1; |
|
|
|
#else |
|
|
|
int32_t IGUANA_NUMHELPERS = 4; |
|
|
|
int32_t IGUANA_NUMHELPERS = 1; |
|
|
|
#endif |
|
|
|
struct iguana_jsonitem { struct queueitem DL; struct supernet_info *myinfo; uint32_t fallback,expired,allocsize; char **retjsonstrp; char remoteaddr[64]; char jsonstr[]; }; |
|
|
|
|
|
|
|