admin管理员组

文章数量:1290188

I am trying to make timertimeout at client side ,when we delayed msgreply from server to client

printing proper without timertimeout even we delayed

client_code: if (TimerTimeout(CLOCK_REALTIME, _NTO_TIMEOUT_SEND | _NTO_TIMEOUT_REPLY, &event, &timeout, NULL) == -1) { perror("TimerTimeout failed"); return EXIT_FAILURE; } else { printf("✅ TimerTimeout successfully set.\n"); } printf("

本文标签: qnxTimertimeout not happeningStack Overflow