mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +00:00
[#4049] fixed doxygen
This commit is contained in:
parent
781c9fec5c
commit
b9541b8304
@ -1,5 +1,5 @@
|
|||||||
[bug] tmark
|
[bug] tmark
|
||||||
Fixed an issue in kea-dhcp-ddns which was
|
Fixed an issue in kea-dhcp-ddns which was
|
||||||
causing GSSI key exchanges to timeout when
|
causing GSS-TSIG key exchanges to timeout when
|
||||||
NCR traffic is intermittent.
|
NCR traffic is intermittent.
|
||||||
(Gitlab #4049)
|
(Gitlab #4049)
|
||||||
|
@ -68,10 +68,10 @@ public:
|
|||||||
/// number of handlers executed is zero and timed_out is set to
|
/// number of handlers executed is zero and timed_out is set to
|
||||||
/// false this indicates that the IOService was stopped.
|
/// false this indicates that the IOService was stopped.
|
||||||
///
|
///
|
||||||
/// @param wait_time_usecs wait time in microseconds
|
/// @param wait_time_usecs wait time in microseconds.
|
||||||
/// @param[out] time_out set to true if th wait time expired
|
/// @param[out] time_out set to true if the wait time expired
|
||||||
/// without any handlers executing.
|
/// without any handlers executing.
|
||||||
/// timed_out parameter will be set true if the wait time elapsed
|
/// timed_out parameter will be set true if the wait time elapsed.
|
||||||
///
|
///
|
||||||
/// @return The number of handlers that were executed.
|
/// @return The number of handlers that were executed.
|
||||||
size_t runOneFor(size_t wait_time_usecs, bool& timed_out) {
|
size_t runOneFor(size_t wait_time_usecs, bool& timed_out) {
|
||||||
|
@ -69,10 +69,10 @@ public:
|
|||||||
/// number of handlers executed is zero and timed_out is set to
|
/// number of handlers executed is zero and timed_out is set to
|
||||||
/// false this indicates that the IOService was stopped.
|
/// false this indicates that the IOService was stopped.
|
||||||
///
|
///
|
||||||
/// @param wait_time_usecs wait time in microseconds
|
/// @param wait_time_usecs wait time in microseconds.
|
||||||
/// @param[out] time_out set to true if th wait time expired
|
/// @param[out] time_out set to true if the wait time expired
|
||||||
/// without any handlers executing.
|
/// without any handlers executing.
|
||||||
/// timed_out parameter will be set true if the wait time elapsed
|
/// timed_out parameter will be set true if the wait time elapsed.
|
||||||
///
|
///
|
||||||
/// @return The number of handlers that were executed.
|
/// @return The number of handlers that were executed.
|
||||||
size_t runOneFor(size_t wait_time_usecs, bool& timed_out);
|
size_t runOneFor(size_t wait_time_usecs, bool& timed_out);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user