From 8a5f0141a346ad4b94d09313a2ec9a52efa7cf59 Mon Sep 17 00:00:00 2001 From: Jakub Sławiński Date: Tue, 12 Oct 2004 00:07:33 +0200 Subject: v0.5.5 - Added: rsa key generation by afclient - Modified: afclient is now generating keys by default - Fixed: major bug in packet buffering - Added: 'timeout', 'clients' and 'usrpcli' options - Fixed: parsing 'users' option - Modified: module management routines - Added: module support for service's packet filtering - Fixed: few minor bugs in closing connection routines - Added: possibility to use several clients per realm - Modified: there is no need for 'users', 'timeout', 'clients', 'proto', 'usrpcli' and 'climode' options in config file when default values are acceptable --- activefor.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'activefor.h') diff --git a/activefor.h b/activefor.h index 4c819c0..18211e1 100644 --- a/activefor.h +++ b/activefor.h @@ -39,7 +39,7 @@ #define S_STATE_OPEN 7 #define S_STATE_STOPPED 11 -#define AF_VER(info) info" v0.5.4" +#define AF_VER(info) info" v0.5.5" #define TYPE_TCP 1 #define TYPE_UDP 3 @@ -79,8 +79,18 @@ typedef struct { int connfd; char namebuf[128]; char portbuf[7]; + int whatcli; blnodeT* head; } ConnectuserT; +typedef struct { + char ready; + clifd cliconn; + struct timeval tv; + int* users; + int usercon; + int usernum; +} ConnectclientT; + #endif -- cgit v1.1