User Guide
Error Messages 135
TCP/IP error codes
Error Code No. Description
K2TcpError_Memory c100 Out of memory.
K2TcpError_ConnDrop c200 Connection closed by remote host.
K2TcpError_WillBlock c300 Will block on this call.
K2TcpError_Call_DNS c600 DNS lookup failed (use IP address).
K2TcpError_Call_Send c700 Send failed (maybe connection damaged).
K2TcpError_Call_Recv c800 Recv failed (maybe connection damaged).
K2TcpError_Call_Ioctl c900 Ioctl failed (Internal error).
K2TcpError_Call_Socket ca00 Socket failed (maybe out of file handles).
K2TcpError_Call_Bind cb00 Bind failed (local address already in use).
K2TcpError_Call_Listen cc00 Listen failed (maybe out of resources).
K2TcpError_Call_Accept cd00 Accept failed (maybe out of resources).
K2TcpError_Call_Select ce00 Select failed (maybe connection damaged).
K2TcpError_Call_Connect cf00 Connect failed (connection not accepted).