--- libaitio/src/sock.c 2013/12/12 21:21:19 1.11.2.4 +++ libaitio/src/sock.c 2013/12/12 23:36:31 1.11.2.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: sock.c,v 1.11.2.4 2013/12/12 21:21:19 misho Exp $ +* $Id: sock.c,v 1.11.2.5 2013/12/12 23:36:31 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -154,8 +154,10 @@ io_txNet(sched_task_t *task) if ((ret = poll(pfd, 1, s->sock_timeout.tv_sec * 1000)) < 1 || pfd->revents & (POLLNVAL | POLLERR | POLLHUP)) { +#if 0 if (!ret) continue; +#endif schedEvent(TASK_ROOT(task), io_closeClient, cli, 0, NULL, 0); break; }