 |
|
|
Articles
|
 |
|
 |
|
|
Winsock Error Codes
Posted by SteveT on Sunday, February 03, 2008 :: Last Updated on Sunday, February 03, 2008:: Views 3479 |
| Error# |
Error Code |
Description |
| 10004 |
WSAEINTR |
Interrupted system call. |
| 10009 |
WSAEBADF |
Bad file number. |
| 10013 |
WSEACCES |
Permission denied. |
| 10014 |
WSAEFAULT |
Bad address. |
| 10022 |
WSAEINVAL |
Invalid argument. |
| 10024 |
WSAEMFILE |
Too many open files. |
| 10035 |
WSAEWOULDBLOCK |
Operation would block. |
| 10036 |
WSAEINPROGRESS |
Operation now in progress. This error is returned if any Windows Sockets API function is called while a blocking function is in progress. |
| 10037 |
WSAEALREADY |
Operation already in progress. |
| 10038 |
WSAENOTSOCK |
Socket operation on non – socket. |
| 10039 |
WSAEDESTADDRREQ |
Destination address required. |
| 10040 |
WSAEMSGSIZE |
Message too long. |
| 10041 |
WSAEPROTOTYPE |
Protocol wrong type for socket. |
| 10042 |
WSAENOPROTOOPT |
Protocol not available. |
| 10043 |
WSAEPROTONOSUPPORT |
Protocol not supported. |
| 10044 |
WSAESOCKTNOSUPPORT |
Socket type not supported. |
| 10045 |
WSAEOPNOTSUPP |
Operation not supported on socket. |
| 10046 |
WSAEPFNOSUPPORT |
Protocol family not supported. |
| 10047 |
WSAEAFNOSUPPORT |
Address family not supported by protocol family. |
| 10048 |
WSAEADDRINUSE |
Address already in use. |
| 10049 |
WSAEADDRNOTAVAIL |
Cannot assign requested address. |
| 10050 |
WSAENETDOWN |
Network is down. This error may be reported at any time if the Windows Sockets implementation detects an underlying failure. |
| 10051 |
WSAENETUNREACH |
Network is unreachable. |
| 10052 |
WSAENETRESET |
Network dropped connection on reset. |
| 10053 |
WSAECONNABORTED |
Software caused connection abort. |
| 10054 |
WSAECONNRESET |
Connection reset by peer. |
| 10055 |
WSAECONNRESET |
No buffer space available. |
| 10056 |
WSAEISCONN |
Socket is already connected. |
| 10057 |
WSAENOTCONN |
Socket is not connected. |
| 10058 |
WSAESHUTDOWN |
Cannot send after socket shutdown. |
| 10059 |
WSAETOOMANYREFS |
Too many references: cannot splice. |
| 10060 |
WSAETIMEDOUT |
Connection timed out. |
| 10061 |
WSAECONNREFUSED |
Connection refused. |
| 10062 |
WSAELOOP |
Too many levels of symbolic links. |
| 10063 |
WSAENAMETOOLONG |
File name too long. |
| 10064 |
WSAEHOSTDOWN |
Host is down. |
| 10065 |
WSAEHOSTUNREACH |
No route to host. |
| 10091 |
WSASYSNOTREADY |
Returned by WSAStartup(), indicating that the network subsystem is unusable. |
| 10092 |
WSAVERNOTSUPPORTED |
Returned by WSAStartup, indicating that the Windows Sockets DLL cannot support this application. |
| 10093 |
WSANOTINITIALISED |
Winsock not initialized. This message is returned by any function except WSAStartup(), indicating that a successful WSAStartup() has not yet been performed. |
| 10101 |
WSAEDISCON |
Disconnect. |
| 11001 |
WSAHOST_NOT_FOUND |
Host not found. This message indicates that the key (name, address, and so on) was not found. |
| 11002 |
WSATRY_AGAIN |
Non – authoritative host not found. This error may suggest that the name service itself is not functioning. |
| 11003 |
WSANO_RECOVERY |
Non – recoverable error. This error may suggest that the name service itself is not functioning. |
| 11004 |
WSANO_DATA |
Valid name, no data record of requested type. This error indicates that the key (name, address, and so on) was not found. |
|
Previous Page | Next Page
|
|
|
|
|
|
 |
| Mail Server v1.0.7.5 | |
Mail Server
- Hopefully fixed a problem which was causing mail server to stop
Web Interface
- Web interface now will work with Safari;
| | 2/25/2010 12:49:41 PM |
|
| Mail Server v1.0.7.4 | |
Mail Server
- SMTP now supports two methods of authentication: AUTH PLAIN and AUTH LOGIN;
- Improved the way how "stuck" delivery threads are getting cancelled. In some cases with previous versions
they could stay connected infinitely long;
- If a domain is in greylisting exception, and SPF is PASS, DNSBL will be not checked - to avoid blocking messages, when
single IP addresses belonging to large ISPs are blacklisted by DNSBL databases;
- Now there is an option to check all IP addresses, referred to in RECEIVED headers, against DNSBL databases;
- If autoresponder is enabled, and return address is not specified, now the server will use username, plus @ symbol,
plus either the first domain in the list belonging to the domain group, or domain group name itself;
- If SMTP for account is disabled for an account, connection will be still accepted, if it comes from web interface;
- If there is an unsuccessful attempt to log into the POP3 or IMAP server, or perform uncussessful
SMTP Authentication, and entry is created in the Windows application log;
Web Interface
- Fixed a problem with messages, containing embedded images with same name - was giving Resource already
in use error when displaying images;
| | 2/21/2010 6:10:28 PM |
|
| Mail Server v1.0.7.3 | |
Mail Server
- In previous versions "stuck" IMAP connections were not getting disconnected, because it was assumed that
IDLE command can "stick around" infinitely. It turned out, some clients (e.g., iPhone and iPod) do not use
IDLE command, but still leave connections open, which causes open IMAP connections to add up. In this version
IMAP connection gets periodically checked, along with POP3 and SMTP connections, and gets disconnected, if it
was around for long time, and currently is not in IDLE state;
- Fixed a bug in Archiver: copy function was copying entire folder, not just a selection;
- If a list of trusted or banned hosts contained blank entry, it was returning false positives. Now
blank entries are just removed;
- If remoting service cannot start, now it not affect other services. Before
it would crash other services too;
- Added View Log Folder option to the mail server UI;
- Now catching exception when reading server start date/time. It appears, server startup times
was not getting stored properly into the Settings.xml file on non-English versions of Windows;
- License is now checked onlny at server startup, rather then during each connection. It appears,
decrypting of the license and checking it's signature was taking pretty long time on some systems;
Web Interface
- Fixed a problem with processing MIME messages, when part separators (boundaries) contain space;
| | 1/3/2010 5:36:30 PM |
|
| FTP Server v1.0.2.1 |
- Fixed a potential security threat - no longer accepting very long command lines, which would
cause server to crash;
| | 12/3/2009 11:58:34 AM |
|
| Mail Server .NET v1.0.7.2 | |
Mail Server
- Fixed long delay when sending mail to large mailing lists, containing large number
of local recipients;
- Optimized access to trusted and banned hosts lists;
- Added an option to allow bouncing only to local users (Options - Server Options
- Delivery;
- Further optimized resource consuming processes, such as POP3, IMAP and delivery;
Web Interface
- Fixed multiple problems with displaying complex multipart messages;
| | 11/26/2009 7:57:20 PM |
|
|
|
|
|
 |
 |
|
 |
|