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");
name_close(coid);
return EXIT_FAILURE;
}
printf("✅ TimerTimeout successfully set.\n");
printf("