From 87e4517be445825e8615d099cf62ecaac87cbba9 Mon Sep 17 00:00:00 2001 From: minima Date: Thu, 27 Jul 2000 21:18:50 +0000 Subject: [PATCH] changed def paclen in client.c to 236 --- Changes | 1 + src/client.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1