kea-sockcreator.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  2. "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
  3. [<!ENTITY mdash "&#8212;">]>
  4. <!--
  5. - Copyright (C) 2012-2016 Internet Systems Consortium, Inc. ("ISC")
  6. -
  7. - This Source Code Form is subject to the terms of the Mozilla Public
  8. - License, v. 2.0. If a copy of the MPL was not distributed with this
  9. - file, You can obtain one at http://mozilla.org/MPL/2.0/.
  10. -->
  11. <refentry>
  12. <refentryinfo>
  13. <productname>ISC Kea</productname>
  14. <date>Oct. 27, 2017</date>
  15. <edition>1.3.0</edition>
  16. <author>
  17. <contrib>The Kea software has been written by a number of
  18. engineers working for ISC: Tomek Mrugalski, Stephen Morris, Marcin
  19. Siodelski, Thomas Markwalder, Francis Dupont, Jeremy C. Reed,
  20. Wlodek Wencel and Shawn Routhier. That list is roughly in the
  21. chronological order in which the authors made their first
  22. contribution. For a complete list of authors and
  23. contributors, see AUTHORS file.</contrib>
  24. <orgname>Internet Systems Consortium, Inc.</orgname>
  25. </author>
  26. </refentryinfo>
  27. <refmeta>
  28. <refentrytitle>kea-sockcreator</refentrytitle>
  29. <manvolnum>8</manvolnum>
  30. <refmiscinfo>Kea</refmiscinfo>
  31. </refmeta>
  32. <refnamediv>
  33. <refname>kea-sockcreator</refname>
  34. <refpurpose>socket creation daemon</refpurpose>
  35. </refnamediv>
  36. <docinfo>
  37. <copyright>
  38. <year>2014-2017</year>
  39. <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
  40. </copyright>
  41. </docinfo>
  42. <refsynopsisdiv>
  43. <cmdsynopsis>
  44. <command>kea-sockcreator</command>
  45. </cmdsynopsis>
  46. </refsynopsisdiv>
  47. <refsect1>
  48. <title>DESCRIPTION</title>
  49. <para>
  50. The <command>kea-sockcreator</command> daemon's entire job
  51. is to create sockets and assign names to them.
  52. </para>
  53. <!-- TODO: integrate README here -->
  54. <para>
  55. The <command>kea-sockcreator</command> daemon will exit
  56. if there is an unrecoverable error or unknown command.
  57. </para>
  58. </refsect1>
  59. <refsect1>
  60. <title>SEE ALSO</title>
  61. <para>
  62. <citetitle>Kea Guide</citetitle>.
  63. </para>
  64. <!-- TODO: point to developer docs -->
  65. </refsect1>
  66. <refsect1>
  67. <title>HISTORY</title>
  68. <para>
  69. The <command>b10-sockcreator</command> daemon
  70. was initially designed by Michal Vaner of CZNIC.
  71. </para>
  72. <para>
  73. Kea became a standalone server and the BIND10 framework was
  74. removed. The socket creator server binary was renamed to
  75. kea-sockcreator in July 2014.
  76. </para>
  77. </refsect1>
  78. </refentry><!--
  79. - Local variables:
  80. - mode: sgml
  81. - End:
  82. -->