$Revision: 1.7 $
Near real-time mirror server module (pm). NRTM protocol.
Status: NOT REVUED, NOT TESTED
Author: andrei
Included in: | modules/pw/protocol_whois.c |
modules/sv/server.c | |
modules/ud/ud_main.c |
String sizes
#define STR_M 255
#define STR_L 1023
#define STR_XL 4095
#define STR_XXL 16383
Maximum size of input that can be recieved from the client.
#define PM_get_current_serial( connection )
#define PM_get_oldest_serial( connection )
struct _nrtm_q_t | |
{ | |
char* source; | |
int version; | |
long first; | |
long last; | |
} |