X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcske%2Fsilcske.h;h=92bf621856a5c28c9f8e8c9ad7c11cd05ac1c711;hp=62880540918541e8a8ce4359e9b3d47db16921ea;hb=26c4ca7fbbc1e3afaa28d561f4b873a06879797e;hpb=993374abfbcb49d0fd5da738f3153549aec52b10 diff --git a/lib/silcske/silcske.h b/lib/silcske/silcske.h index 62880540..92bf6218 100644 --- a/lib/silcske/silcske.h +++ b/lib/silcske/silcske.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2000 - 2006 Pekka Riikonen + Copyright (C) 2000 - 2007 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 @@ -207,6 +207,11 @@ typedef struct { the key exchange protocol. Ignored without SILC_SKE_SP_FLAG_IV_INCLUDED flag. */ SilcUInt16 session_port; + + /* Key exchange timeout in seconds. If key exchange is not completed in + this time it will timeout. If not specified (zero), default value + (30 seconds) will be used. */ + SilcUInt16 timeout_secs; } *SilcSKEParams, SilcSKEParamsStruct; /***/