TELNET_FD_NUM
struct pollfd pfd[TELNET_FD_NUM];
if ((c = poll(pfd, TELNET_FD_NUM, dopoll ? 0 : INFTIM)) == -1) {