From: minima Date: Thu, 27 Jul 2000 21:18:50 +0000 (+0000) Subject: changed def paclen in client.c to 236 X-Git-Tag: R_1_43~23 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=87e4517be445825e8615d099cf62ecaac87cbba9;p=spider.git changed def paclen in client.c to 236 --- diff --git a/Changes b/Changes index ea19424c..3fe40f5d 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,7 @@ minutes * 60 6. send unsolicited PC[38]5s to the sysop if online. 7. merged current html from www.dxcluster.org with Ian's stuff 8. Added sgml files into the source tree +9. changed default paclen in client.c to 236 26Jul00======================================================================= 1. added wantgrid (to control display of grid square info on DX Broadcasts) 2. added lastoper for controlling periodic demands for user info from other diff --git a/src/client.c b/src/client.c index 3404be9d..0b41241e 100644 --- a/src/client.c +++ b/src/client.c @@ -44,7 +44,7 @@ #define MAXPATHLEN 256 #endif -#define DEFPACLEN 128 +#define DEFPACLEN 236 #define MAXPACLEN 236 #define MAXCALLSIGN 9