You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/modules/tcpops/doc/tcpops.xml

58 lines
1.6 KiB

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<book id="print" xmlns:xi="http://www.w3.org/2001/XInclude">
<bookinfo>
<title>TCP Ops module</title>
<authorgroup>
<author>
<firstname>Camille</firstname>
<surname>Oudot</surname>
<affiliation><orgname>Orange</orgname></affiliation>
<address>
<email>camille.oudot@orange.com</email>
</address>
</author>
<author>
<firstname>Olle E.</firstname>
<surname>Johansson</surname>
<affiliation><orgname>Edvina AB</orgname></affiliation>
<address>
<email>oej@edvina.net</email>
</address>
</author>
</authorgroup>
<copyright>
<year>2015</year>
<holder>Orange</holder>
</copyright>
<copyright>
<year>2015</year>
<holder>Edvina AB, Sollentuna, Sweden</holder>
</copyright>
</bookinfo>
<toc></toc>
<chapter>
<title>Admin Guide</title>
<section id="tcpops.overview">
<title>Overview</title>
<para>
This modules allows Kamailio to control the TCP connection options (such as the keepalive
mechanism), on demand, and on a per-socket basis.
</para>
<para>
<emphasis>Note</emphasis>: the keepalive functions only work on systems with the
HAVE_TCP_KEEPIDLE, HAVE_TCP_KEEPCNT and HAVE_TCP_KEEPINTVL macros defined
(Linux, FreeBSD, DragonFly BSD, NetBSD).
</para>
</section>
<xi:include href="params.xml"/>
<xi:include href="functions.xml"/>
<xi:include href="eventroutes.xml"/>
</chapter>
</book>