File include/socket.h

  $Revision: 1.8 $

Socket module (sk)
Status: NOT REVUED, NOT TESTED
Included in: include/query_command.h
  include/rxroutines.h
  modules/ac/access_control.c
  modules/pc/protocol_config.c
  modules/pw/protocol_whois.c
  modules/qc/query_command.h
  modules/rx/rx_print.c
  modules/rx/rxroutines.h
  modules/sv/server.c
  modules/th/thread.c

Included Files


Preprocessor definitions

#define READ_SOCKET

#define SK_DISCONNECT 0x0001

#define SK_INTERRUPT 0x0002

#define SK_TIMEOUT 0x0004

#define SK_NOTEXT 0x0100


Typedef sk_conn_st

typedef struct {...} sk_conn_st
struct 
   { 
     unsigned short sock; 
     unsigned short rd_timeout; 
     unsigned short wr_timeout; 
     unsigned short rtc; 
     unsigned char lasterr; 
     ip_addr_t rIP; 
     ip_addr_t eIP; 
     char* ip; 
   }