BIND 10 trac801, updated. c9d7e29600f7a80094bcda2c3bd87d8f07d813e9 [801] Editorial fixes

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Aug 11 14:40:27 UTC 2011


The branch, trac801 has been updated
       via  c9d7e29600f7a80094bcda2c3bd87d8f07d813e9 (commit)
      from  e05a3418c9d6b3f70cdb387d1f30d8ba59733f02 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c9d7e29600f7a80094bcda2c3bd87d8f07d813e9
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Sun Aug 7 11:57:03 2011 +0200

    [801] Editorial fixes

-----------------------------------------------------------------------

Summary of changes:
 src/bin/bind10/creatorapi.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/bind10/creatorapi.txt b/src/bin/bind10/creatorapi.txt
index a55099e..6100f39 100644
--- a/src/bin/bind10/creatorapi.txt
+++ b/src/bin/bind10/creatorapi.txt
@@ -7,7 +7,7 @@ ports for now, but we should have some function where we can abstract it later.
 
 Goals
 -----
-* Be able to request a socket of any combination IP/IPv6 UDP/TCP bound to given
+* Be able to request a socket of any combination IPv4/IPv6 UDP/TCP bound to given
   port and address (sockets that are not bound to anything can be created
   without privileges, therefore are not requested from the socket creator).
 * Allow to provide the same socket to multiple modules (eg. multiple running
@@ -52,7 +52,7 @@ started by boss.
 There are two possibilities:
 * Let the msgq send messages about disconnected clients (eg. group message to
   some name). This one is better if we want to migrate to dbus, since dbus
-  already has this capability as well as sending the sockets inbound (at last it
+  already has this capability as well as sending the sockets inbound (at least it
   seems so on unix) and we could get rid of the unix-domain socket completely.
 * Keep the unix-domain connections open forever. Boss can remember which socket
   was sent to which connection and when the connection closes (because the




More information about the bind10-changes mailing list