]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] remove mention of network use of msgq
authorJeremy C. Reed <jreed@ISC.org>
Mon, 25 Jun 2012 19:27:07 +0000 (14:27 -0500)
committerJeremy C. Reed <jreed@ISC.org>
Mon, 25 Jun 2012 19:27:07 +0000 (14:27 -0500)
msgq change from network to unix domain sockets over two years ago.

doc/guide/bind10-guide.xml
src/bin/msgq/msgq.xml

index 3a55226d43f50e7231eeca9dd5bc94d8f626b3eb..5689b9ae6ffe605232a1bac8872ac78458e8658b 100644 (file)
@@ -1012,23 +1012,11 @@ address, but the usual ones don't." mean? -->
       <para>
         Administrators do not communicate directly with the
         <command>b10-msgq</command> daemon.
-        By default, BIND 10 uses port 9912 for the
-        <command>b10-msgq</command> service.
-        It listens on 127.0.0.1.
+        By default, BIND 10 uses a UNIX domain socket file named
+        <filename>/usr/local/var/bind10-devel/msg_socket</filename>
+        for this interprocess communication.
       </para>
 
-<!-- TODO: this is broken, see Trac #111
-      <para>
-        To select an alternate port for the <command>b10-msgq</command> to
-        use, run <command>bind10</command> specifying the option:
-        <screen> $ <userinput>bind10 -TODO-msgq-port 9912</userinput></screen>
-      </para>
--->
-
-<!-- TODO: upcoming plans:
-Unix domain sockets
--->
-
   </chapter>
 
   <chapter id="cfgmgr">
index fd9518d757e987b9d135ebf4841e6123e9c4b7fe..fed4c27c06ebcac51d4daa488c315c3a74f36490 100644 (file)
@@ -20,7 +20,7 @@
 <refentry>
 
   <refentryinfo>
-    <date>August 4, 2010</date>
+    <date>June 25, 2012</date>
   </refentryinfo>
 
   <refmeta>
       </itemizedlist>
     </para>
 
-    <para>
-      It listens on 127.0.0.1.
-    </para>
-
     <para>
       The <command>b10-msgq</command> daemon may be cleanly stopped by
       sending the SIGTERM signal to the process.
  - End:
 -->
 
-
-