bind9/lib/isc/tests
Ondřej Surý 36ddefacb4 Change the isc_nm_(get|set)timeouts() to work with milliseconds
The RFC7828 specifies the keepalive interval to be 16-bit, specified in
units of 100 milliseconds and the configuration options tcp-*-timeouts
are following the suit.  The units of 100 milliseconds are very
unintuitive and while we can't change the configuration and presentation
format, we should not follow this weird unit in the API.

This commit changes the isc_nm_(get|set)timeouts() functions to work
with milliseconds and convert the values to milliseconds before passing
them to the function, not just internally.
2021-03-18 16:37:57 +01:00
..
testdata/file [master] new mkeys and nzf naming format 2014-11-04 19:43:27 -08:00
aes_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
buffer_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
counter_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
crc64_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
doh_test.c refactor outgoing HTTP connection support 2021-03-05 13:29:26 +02:00
errno_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
file_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
hash_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
heap_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
hmac_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
ht_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
isctest.c Bump the maximum number of hazard pointers in tests 2021-02-18 19:32:55 +01:00
isctest.h update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
lex_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
Makefile.am Unit-test fixes and manual page updates for DoH configuration 2021-02-03 12:06:17 +01:00
md_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
mem_test.c Add mempool get/put tracking with AddressSanitizer 2021-02-26 10:05:42 -08:00
netaddr_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
parse_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
pool_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
quota_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
radix_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
random_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
regex_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
result_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
safe_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
siphash_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
sockaddr_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
socket_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
symtab_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
task_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
taskpool_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
tcp_quota_test.c Assigning uint64_t from buffer might be misaligned in netmgr tests 2021-03-04 15:02:24 +01:00
tcp_test.c Assigning uint64_t from buffer might be misaligned in netmgr tests 2021-03-04 15:02:24 +01:00
tcpdns_test.c Change the isc_nm_(get|set)timeouts() to work with milliseconds 2021-03-18 16:37:57 +01:00
time_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
timer_test.c Record skipped unit test as skipped in Automake framework 2021-02-15 11:18:03 +01:00
tlsdns_test.c Change the isc_nm_(get|set)timeouts() to work with milliseconds 2021-03-18 16:37:57 +01:00
udp_test.c Assigning uint64_t from buffer might be misaligned in netmgr tests 2021-03-04 15:02:24 +01:00
uv_wrap.h Refactor netmgr and add more unit tests 2020-12-01 16:47:07 +01:00