mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 15:09:59 -04:00
mention that UDPs are always "partial read"
This commit is contained in:
parent
93106f3c49
commit
1b1bc2a9d5
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue