mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 16:26:59 +00:00
Version 2.7
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
4f000e7ab6
commit
625cde6b9c
26 changed files with 13445 additions and 1465 deletions
|
|
@ -51,4 +51,7 @@ static const int SHARED_NETWORKS = 1024;
|
|||
/* Maximum number of ranges */
|
||||
static const int RANGES = 65536;
|
||||
|
||||
/* Merge sort split size */
|
||||
static const int MIN_MERGE_SIZE = 8;
|
||||
|
||||
#endif /* DEFAULTS_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue