int mg_mgr_poll(struct mg_mgr *m, int timeout_ms) { ... tv.tv_sec = timeout_ms / 1000; tv.tv_usec = (timeout_ms % 1000) * 1000; num_ev = select((int) max_fd + 1, &read_set, &write_set, &err_set, &tv); ......
I notice if have 1 tcp connection than mg_mgr_poll(&mgr, 1); is good enough. but I have 3 tcp connections it slows down receiving and sending tcp messages. but i have to do mg_mgr_poll(&mgr, 2); to give more time for poll. Is my understanding is correct? If I more work to...
All clients connecting to this component MUST connect via SSL, else the client socket may hang till the timeout expires. No user action is required. . . 156 CYND5238E: [BCM] CtgCallBack Error Message: 156 CYND5239I: ITCAM Product Mode: productmode 157 CYND5240I: TCAM Product Mode ...