mention that UDPs are always "partial read"

This commit is contained in:
Michael Graff 1999-03-29 20:02:41 +00:00
parent 93106f3c49
commit 1b1bc2a9d5

View file

@ -432,6 +432,8 @@ isc_socket_recv(isc_socket_t *sock, isc_region_t *region,
* event with the given 'action' and 'arg' will be posted to the
* event queue of 'task'.
*
* Partial reads are always turned on for UDP.
*
* The caller may neither read from nor write to 'region' until it
* has received the read completion event.
*