[svn] commit: r3188 - /branches/vorner-sockcreator/src/bin/sockcreator/README
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Oct 12 12:06:01 UTC 2010
Author: vorner
Date: Tue Oct 12 12:06:01 2010
New Revision: 3188
Log:
Note a restriction discovered by test
Modified:
branches/vorner-sockcreator/src/bin/sockcreator/README
Modified: branches/vorner-sockcreator/src/bin/sockcreator/README
==============================================================================
--- branches/vorner-sockcreator/src/bin/sockcreator/README (original)
+++ branches/vorner-sockcreator/src/bin/sockcreator/README Tue Oct 12 12:06:01 2010
@@ -19,6 +19,9 @@
binary protocol from stdin and does what the commands ask. Command is a single
byte (usually from the printable range, so it is easier to debug and guess
what it does), followed by parameters.
+
+Note that as send_fd and recv_fd works only with unix domain socket, it's stdio
+must be a socket, not pipe.
* 'T': It has no parameters. It asks the socket creator to terminate.
More information about the bind10-changes
mailing list