Skip to content
Snippets Groups Projects
Commit 5bbee0ba authored by Per Cederqvist's avatar Per Cederqvist
Browse files

The idle and stalled timeout are now fully orthogonal. Fixes to the

idle timeout implementation.
parent 1e778c59
No related branches found
No related tags found
No related merge requests found
2003-08-03 Per Cederqvist <ceder@ceder.dyndns.org>
The idle and stalled timeout are now fully orthogonal. Fixes
to the idle timeout implementation.
* src/isc.h (isc_set_acceptable_idle): It is now acceptable to
have a idle timeout that is shorter than the stale timeout.
* src/isc_session.c (stale_cb): Return OOP_HALT instead of
following a NULL pointer if the user hasn't registered a
callback.
(idle_cb): Ditto.
(isc_set_acceptable_idle): Store the new value inte the proper
field.
(isc_check_read_callback): Simplified the logic. It is now
acceptable to have a idle timeout that is shorter than the stale
timeout.
2003-08-02 Per Cederqvist <ceder@ceder.dyndns.org> 2003-08-02 Per Cederqvist <ceder@ceder.dyndns.org>
Added the ability to disconnect idle clients. (Bug 11). Added the ability to disconnect idle clients. (Bug 11).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment