tcpops.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
  4. <book id="print" xmlns:xi="http://www.w3.org/2001/XInclude">
  5. <bookinfo>
  6. <title>TCP Ops module</title>
  7. <authorgroup>
  8. <author>
  9. <firstname>Camille</firstname>
  10. <surname>Oudot</surname>
  11. <affiliation><orgname>Orange</orgname></affiliation>
  12. <address>
  13. <email>[email protected]</email>
  14. </address>
  15. </author>
  16. </authorgroup>
  17. <copyright>
  18. <year>2015</year>
  19. <holder>Orange</holder>
  20. </copyright>
  21. </bookinfo>
  22. <toc></toc>
  23. <chapter>
  24. <title>Admin Guide</title>
  25. <section id="tcpops.overview">
  26. <title>Overview</title>
  27. <para>
  28. This modules allows kamailio to control the TCP options (such as the keepalive
  29. mechanism), on demand, and on a per-socket basis.
  30. </para>
  31. <para>
  32. <emphasis>Note</emphasis>: the keepalive functions only work on systems with the
  33. HAVE_TCP_KEEPIDLE, HAVE_TCP_KEEPCNT and HAVE_TCP_KEEPINTVL macros defined
  34. (currently only Linux).
  35. </para>
  36. </section>
  37. <xi:include href="params.xml"/>
  38. <xi:include href="functions.xml"/>
  39. </chapter>
  40. </book>