X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=apps%2Fsilcd%2Fserverconfig.h;h=ef9ce8b75e97378e1d16ac345a141cb7f3c755fa;hb=dc44e6c61393a3f69a02e7e5c22df5e0506eb8bc;hp=a55d2af909aaaeb412b4525c630dd9a4aca483ce;hpb=c0042acc324966ed35f8f6c13294e862fbf7bb11;p=crypto.git diff --git a/apps/silcd/serverconfig.h b/apps/silcd/serverconfig.h index a55d2af9..ef9ce8b7 100644 --- a/apps/silcd/serverconfig.h +++ b/apps/silcd/serverconfig.h @@ -79,18 +79,19 @@ typedef struct SilcServerConfigLoggingStruct { /* Connection parameters */ typedef struct SilcServerConfigConnParams { char *name; + char *version_protocol; + char *version_software; + char *version_software_vendor; SilcUInt32 connections_max; SilcUInt32 connections_max_per_host; SilcUInt32 keepalive_secs; SilcUInt32 reconnect_count; SilcUInt32 reconnect_interval; SilcUInt32 reconnect_interval_max; - bool reconnect_keep_trying; SilcUInt32 key_exchange_rekey; bool key_exchange_pfs; - char *version_protocol; - char *version_software; - char *version_software_vendor; + bool reconnect_keep_trying; + bool anonymous; struct SilcServerConfigConnParams *next; } SilcServerConfigConnParams;