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
Petr Menšík
BIND
Commits
a7d47035
Commit
a7d47035
authored
Jun 26, 2000
by
Andreas Gustafsson
Browse files
commented
parent
aa57fcf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/unix/socket.c
View file @
a7d47035
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: socket.c,v 1.14
5
2000/06/26 2
0:16:01 explorer
Exp $ */
/* $Id: socket.c,v 1.14
6
2000/06/26 2
2:59:22 gson
Exp $ */
#include <config.h>
...
...
@@ -846,6 +846,19 @@ doio_recv(isc_socket_t *sock, isc_socketevent_t *dev) {
return
(
DOIO_SUCCESS
);
}
/*
* Returns:
* DOIO_SUCCESS The operation succeeded. The senddone event
* was sent.
*
* DOIO_HARD A hard or unexpected I/O error was encountered.
* The senddone event was sent.
*
* DOIO_SOFT A soft I/O error was encountered. No senddone
* event was sent. The operation should be retried.
*
* No other return values are possible.
*/
static
int
doio_send
(
isc_socket_t
*
sock
,
isc_socketevent_t
*
dev
)
{
int
cc
;
...
...
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