netkitbase-desc.xml 473 B

123456789101112131415161718192021222324252627282930313233
  1. <sect2>
  2. <title>Contents</title>
  3. <para>
  4. The Netkit-base package contains the inetd and ping programs.
  5. </para>
  6. </sect2>
  7. <sect2>
  8. <title>Description</title>
  9. <sect3>
  10. <title>inetd</title>
  11. <para>
  12. inetd is the mother of all daemons. It listens for connections, and transfers
  13. the call to the appropriate daemon.
  14. </para>
  15. </sect3>
  16. <sect3>
  17. <title>ping</title>
  18. <para>
  19. ping sends ICMP ECHO_REQUEST packets to a host and determines its response time.
  20. </para>
  21. </sect3>
  22. </sect2>