|
| |
TCP/IP
General Settings



Error Messages
Here is a comprehensive list of standard TCP/IP error codes that can occur
during network operation. Some of them are quite esoteric and may not be
applicable to YEStation operation, but this list should include any networking
error code that you encounter. They should be useful in troubleshooting network
errors, many of which are caused by incorrect configuration.
- 10004
Interrupted function call.
- 10013
Permission denied.
- 10014
Bad address.
- 10022
Invalid argument.
- 10024
Too many open sockets.
- 10035
Resource temporarily unavailable.
- 10036
Operation now in progress. A blocking operation is in progress.
- 10037
Operation already in progress.
- 10038
Socket operation on non-socket.
- 10039
Destination address required.
- 10040
Message too long.
- 10041
Protocol wrong type for socket. 111
- 10042
Bad protocol option.
- 10043
Protocol not supported.
- 10044
Socket type not supported.
- 10045
Operation not supported.
- 10046
Protocol family not supported.
- 10047
Address family not supported by protocol family.
- 10048
Address is already in use. If you attempt to set up a server on a port that is
already is in use, you will get this error.
- 10049
Cannot assign requested address.
- 10050
Network is down.
- 10051
Network is unreachable.
- 10052
Network dropped connection on reset.
- 10053
Software caused the connection to abort, usually due to connection or protocol
error.
- 10054
Connection reset by peer. This occurs when an established connection is shut
down for some reason by the remote computer.
- 10055
No buffer space available.
- 10056
Socket is already connected.
- 10057
Socket is not connected. 112
- 10058
Cannot send after socket shutdown.
- 10060
Connection timed out.
- 10061
Connection refused. You will usually see this error when a server refuses a
connection from a client, because the server is not listening on that port.
- 10064
Host is down.
- 10065
No route to host.
- 10067
Too many processes.
- 10091
Network subsystem is unavailable.
- 10092
Unsupported version of WINSOCK.DLL.
- 10093
TCP networking has not been initialized on your computer.
- 10094
Graceful shutdown in progress.
- 11001
Host not found. (DNS error.)
- 11002
Non-authoritative host not found. Temporary DNS error.
- 11003
Non-recoverable error. (DNS error.)
- 11004
Valid name, no data record of requested type. (DNS error.)
|