Hi, telnetd.c:rtems_task_telnetd contains strange setsockopt call (4.6, CVS, probably all versions): setsockopt(des_socket,SOL_SOCKET,0,&i,sizeof(i)); In theory this call should always fail. Is this a bug, or some undocumented setsockopt feature? ------- NBK