X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserverconfig.h;h=cc1ecb21bcd8268309cf3d7c4627bb4736348140;hb=d1e71f42379e8b5cd0748a7aeae8561b02cfe53d;hp=2104976ed3e87275c5c485ab67a941d792cd930f;hpb=34bb35a2496ec0402bb4d6c2546147cd37b27007;p=crypto.git diff --git a/apps/silcd/serverconfig.h b/apps/silcd/serverconfig.h index 2104976e..cc1ecb21 100644 --- a/apps/silcd/serverconfig.h +++ b/apps/silcd/serverconfig.h @@ -4,12 +4,11 @@ Author: Giovanni Giacobbi - Copyright (C) 1997 - 2002 Pekka Riikonen + Copyright (C) 1997 - 2005 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + the Free Software Foundation; version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -94,6 +93,7 @@ typedef struct SilcServerConfigConnParams { SilcUInt32 qos_bytes_limit; SilcUInt32 qos_limit_sec; SilcUInt32 qos_limit_usec; + SilcUInt32 chlimit; unsigned int key_exchange_pfs : 1; unsigned int reconnect_keep_trying : 1; unsigned int anonymous : 1;