Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
d12560d1
Commit
d12560d1
authored
Apr 07, 2011
by
Michal 'vorner' Vaner
Browse files
[trac366] README tweaks
parent
20f12e86
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/sockcreator/README
View file @
d12560d1
...
...
@@ -32,11 +32,11 @@ must be a socket, not pipe.
they would be passed to bind (note that both parameters are already prepared,
like hton called on them).
The answer to this is either 'S'
and then the socket is passed using sendms
g
if it is successful
(it uses our send_fd, you can use recv_fd to read it).
If it fails, 'E' is returned, followed by either '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 answer to this is either 'S'
directly followed by the socket (usin
g
sendmsg)
if it is successful
. If it fails, 'E' is returned instead, followed
by either '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):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment