X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=doc%2Fexample_silcd.conf.in;h=bf0a81b4ff509e78bea59d088adf5609593c0c7a;hb=a4bca275d651ca750224149945bc8fca5c80de77;hp=d32f0612d8258025bb1ef04560b33a9023f5f353;hpb=f50fab3886a56151079728daa678fed3b882b433;p=silc.git diff --git a/doc/example_silcd.conf.in b/doc/example_silcd.conf.in index d32f0612..bf0a81b4 100644 --- a/doc/example_silcd.conf.in +++ b/doc/example_silcd.conf.in @@ -59,6 +59,22 @@ General { # refused. This can be overridden with ConnectionParams. #connections_max_per_host = 10; + # Required version of the remote. If these are specified then the + # remote must be of at least this version, or newer. If older then + # the connection will not be allowed. + # + # version_protocol - SILC protocol version ("majog.minor") + # version_software - software version ("major.minor") + # version_software_vendor - vendor specific version extension + # + # The version_software_vendor may be for example a string or a build + # number of the software. The string can be a regex string to match + # more widely. Usually the vendor version checking is not necessary + # and can be omitted. These can be overridden with ConnectionParams. + #version_protocol = "1.0"; + #version_software = "1.3"; + #version_software_vendor = "SomeVendor"; + # Default keepalive frequency (seconds). This can be overridden # with ConnectionParams. keepalive_secs = 300; @@ -256,6 +272,22 @@ ConnectionParams { # connections it is recommended that this value is set to one (1). connections_max_per_host = 10; + # Required version of the remote. If these are specified then the + # remote must be of at least this version, or newer. If older then + # the connection will not be allowed. + # + # version_protocol - SILC protocol version + # version_software - software version + # version_software_vendor - vendor specific version extension + # + # The version_software_vendor may be for example a string or a build + # number of the software. The string can be a regex string to match + # more widely. Usually the vendor version checking is not necessary + # and can be omitted. + #version_protocol = "1.0"; + #version_software = "1.3"; + #version_software_vendor = "SomeVendor"; + # Keepalive frequency (seconds). keepalive_secs = 300;