diff --git a/lib/isc/include/isc/socket.h b/lib/isc/include/isc/socket.h index e357c8ed1e..b7d4d54d5b 100644 --- a/lib/isc/include/isc/socket.h +++ b/lib/isc/include/isc/socket.h @@ -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. *