Skip to content

Commit

Permalink
add documentation for tcpKeepalive
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Mauchle committed May 16, 2017
1 parent b539e01 commit d238e4b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions radsecproxy.conf.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ blocktype name {
<literal>certificateNameCheck</literal>,
<literal>matchCertificateAttribute</literal>,
<literal>duplicateInterval</literal>, <literal>AddTTL</literal>,
<literal>tcpKeepalive</literal>
<literal>fticksVISCOUNTRY</literal>,
<literal>fticksVISINST</literal>, <literal>rewrite</literal>,
<literal>rewriteIn</literal>, <literal>rewriteOut</literal>, and
Expand Down Expand Up @@ -587,6 +588,11 @@ blocktype name {
that for details. Any value configured here overrides the basic
one when sending messages to this client.
</para>
<para>
The <literal>tcpKeepalive</literal> option enables TCP keepalives. If
keepalives are not answered withing 30s the connections is considered
lost.
</para>
<para>
The <literal>fticksVISCOUNTRY</literal> option configures
clients eligible to F-Ticks logging as defined by the
Expand Down Expand Up @@ -682,7 +688,8 @@ blocktype name {
<literal>type</literal>, <literal>secret</literal>,
<literal>tls</literal>, <literal>certificateNameCheck</literal>,
<literal>matchCertificateAttribute</literal>,
<literal>AddTTL</literal>, <literal>rewrite</literal>,
<literal>AddTTL</literal>, <literal>tcpKeepalive</literal>,
<literal>rewrite</literal>,
<literal>rewriteIn</literal>, <literal>rewriteOut</literal>,
<literal>statusServer</literal>, <literal>retryCount</literal>,
<literal>dynamicLookupCommand</literal> and
Expand All @@ -704,7 +711,8 @@ blocktype name {
<literal>type</literal>, <literal>secret</literal>,
<literal>tls</literal>, <literal>certificateNameCheck</literal>,
<literal>matchCertificateAttribute</literal>,
<literal>AddTTL</literal>, <literal>rewrite</literal>,
<literal>AddTTL</literal>, <literal>tcpKeepalive</literal>,
<literal>rewrite</literal>,
<literal>rewriteIn</literal> and <literal>rewriteOut</literal>
are just as specified for the <literal>client block</literal>
above, except that <literal>defaultServer</literal> (and not
Expand Down

0 comments on commit d238e4b

Please sign in to comment.