NetBurner 3.5.0
PDF Version
 
SOCKS Error Codes

Macros

#define SOCKS_SUCCESS   (0)
 The connection was successful.
 
#define SOCKS_ERR_TIMEOUT   (-500)
 The connection timed out.
 
#define SOCKS_BAD_ADR_TYPE   (-501)
 Address type specified does not match the address provided.
 
#define SOCKS_CONN_ABORTED   (-502)
 The other side aborted the connection.
 
#define SOCKS_BAD_AUTH_TYPE   (-503)
 The server doesn't support the requested authorization types.
 
#define SOCKS_BAD_UN_PW   (-504)
 The server did not approve the username and password provided.
 
#define SOCKS_UN_TOO_LONG   (-505)
 The specified username is too long.
 
#define SOCKS_PW_TOO_LONG   (-506)
 The specified password is too long.
 
#define SOCKS_BAD_REPLY   (-507)
 The server reply was not successful.
 
#define SOCKS_BAD_DOMAIN   (-508)
 Unable to resolve domain name passed.
 
#define SOCKS_CMD_NOT_SUPPORTED   (-509)
 The requested command aren't supported.
 
#define SOCKS_BAD_PARAM   (-510)
 The passed in parameters are not valid.
 

Detailed Description

#include< Socks.h >

Error codes that can be returned by SOCKS related functions.