Browse Source

README

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-sockcreator@3145 e5f2f494-b856-4b98-b285-d166d9295462
Michal Vaner 14 years ago
parent
commit
3b1fef1e85
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/bin/sockcreator/README

+ 10 - 0
src/bin/sockcreator/README

@@ -34,3 +34,13 @@ what it does), followed by parameters.
   'S' or 'B' (either socket() or bind() call failed). Then there is one int
   (architecture-dependent length and endianess), which is the errno value
   after the failure.
+
+The creator may also send these messages at any time (but not in the middle
+of another message):
+
+* 'F': A fatal error has been detected. It is followed by one byte of error
+  condition code and then the creator terminates with non-zero status.
+
+  The conditions are:
+  * 'I': Invalid input (eg. someone sent a wrong letter and it does not
+    understand it).