- 03 Aug, 2003 24 commits
-
-
Per Cederqvist authored
no longer does that.
-
Per Cederqvist authored
of a call to getpeername() and getsockname() per accepted connection. (Bug 916). Removed documentation that was misleading.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
2003-07-12.
-
Per Cederqvist authored
(isc_getraddress): Removed.
-
Per Cederqvist authored
(isc_getraddress): Function removed. (isc_copyaddress): Resurrected the function that was removed 2003-07-12, and changed the type names to the current ones.
-
Per Cederqvist authored
that we don't have to do an extra call to getpeername(). Copy the local address from the socket we listen to, so that we don't have to do an extra call to getsockname().
-
Per Cederqvist authored
of calling isc_getladdress().
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
not interfere with the test.
-
Per Cederqvist authored
-
Per Cederqvist authored
-
Per Cederqvist authored
idle timeout implementation.
-
Per Cederqvist authored
timeout" should be less than the idle timeouts, since that is no longer required.
-
Per Cederqvist authored
and fixed the expected default suffix of "Active timeout".
-
Per Cederqvist authored
(update_stat): Update the ascending and descending values even when the delta is 0, so that they are updated when the get-stats request is issued.
-
Per Cederqvist authored
timout" to 30 minutes. (read_configuration): Don't require the various idle timeouts to be longer than the stale timeout.
-
Per Cederqvist authored
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.
-
Per Cederqvist authored
that is shorter than the stale timeout.
-
Per Cederqvist authored
-
- 02 Aug, 2003 16 commits
-
-
Per Cederqvist authored
and "Active timeout"--in the other place as well.
-
Per Cederqvist authored
Fixed a race condition in the test suite.
-
Per Cederqvist authored
some tests two or more clients are supposed to die "at once", and this would lead to a race condition. (get_time_client_start): Ditto.
-
Per Cederqvist authored
"Active timeout".
-
Per Cederqvist authored
-
Per Cederqvist authored
idle_tv and acceptable_idle_time. (struct isc_session_cfg): Added idle_timeout.
-
Per Cederqvist authored
(isc_set_read_callback): New argument: idle_cb. (isc_set_acceptable_idle): New function.
-
Per Cederqvist authored
-
Per Cederqvist authored
(idle_cb): New static function. (isc_cancel_idle_callback): New static function. (isc_set_read_callback): New argument: idle_cb. (isc_check_read_callback): Handle the idle timeout. (isc_destroy): Cancel the idle timeout.
-
Per Cederqvist authored
added.
-
Per Cederqvist authored
(login_request): Pass idle_cb() to isc_set_read_callback().
-
Per Cederqvist authored
-
Per Cederqvist authored
once the handshake is done.
-
Per Cederqvist authored
-
Per Cederqvist authored
(require_less): New static function. (read_configuration): Check that "Stale timeout" is smaller than the three new timeouts.
-
Per Cederqvist authored
(login): Ditto. (logout): Set the idle timeout to param.login_timeout.
-