2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 22:05:23 +00:00

- There is now a default 1/4 of a second scheduled delay between delayed

fsync()'s, it can be configured by the max-ack-delay configuration
  parameter.  [ISC-Bugs #17679]
This commit is contained in:
David Hankins
2008-02-28 23:40:45 +00:00
parent 0552f26e98
commit f8cbf390af
7 changed files with 81 additions and 15 deletions

View File

@@ -240,6 +240,7 @@ static struct option server_options[] = {
{ "limit-addrs-per-ia", "L", &server_universe, 56, 1 },
{ "limit-prefs-per-ia", "L", &server_universe, 57, 1 },
{ "delayed-ack", "S", &server_universe, 58, 1 },
{ "max-ack-delay", "L", &server_universe, 59, 1 },
{ NULL, NULL, NULL, 0, 0 }
};