SOCKET JEWEL
#1

how to solve this problem to open sockets

ERROR CANNOT OPEN SOCKET_PROB_TABLE > 
2015-06-01 08:50:42,313 INFO  - SOCKET MAKE FAIL >
 
#2


FILE* r = fopen("./data/socket_config.json", "rb");
if (NULL == r)
{
GAMELOG << init("ERROR CANNOT OPEN SOCKET_PROB_TABLE") << end;
return false;
}

 

 

socket_config.json

{
"socket_prob" : {
"1" : [5016, 3040, 2800, 2750, 1100, 300, 10],
"2" : [5017, 2500, 2880, 3000, 1200, 400, 20],
"3" : [5250, 2150, 2620, 3200, 1500, 500, 30],
"4" : [5251, 1500, 2500, 2500, 2500, 900, 100],
"5" : [5252, 900, 1000, 3000, 3000, 1600, 500],
"6" : [5253, 900, 1000, 3000, 3000, 1600, 500]
},
"seperate_scroll" : 6178,
"chaos_jewel_composite_need_nas" : 1000000,
"normal_jewel_composite_need_nas" : 100000,
"jewel_clean_factor" : 10000,
"chaos_jewel_clean_factor" : 100000
}

#3
thank you



Forum Jump:


Users browsing this thread: 1 Guest(s)