Artem Boldariev
f395cd4b3e
Add isc_nm_streamdnssocket (aka Stream DNS)
...
This commit adds an initial implementation of isc_nm_streamdnssocket
transport: a unified transport for DNS over stream protocols messages,
which is capable of replacing both TCP DNS and TLS DNS
transports. Currently, the interface it provides is a unified set of
interfaces provided by both of the transports it attempts to replace.
The transport is built around "isc_dnsbuffer_t" and
"isc_dnsstream_assembler_t" objects and attempts to minimise both the
number of memory allocations during network transfers as well as
memory usage.
2022-12-20 22:13:51 +02:00
..
2022-12-20 22:13:51 +02:00
2022-12-20 22:13:51 +02:00
2022-09-12 12:18:57 +01:00
2022-10-31 05:43:45 -07:00
2022-10-17 11:58:26 +01:00
2022-09-26 15:13:11 +02:00
2022-10-17 13:43:59 +01:00
2022-08-25 12:24:25 +02:00
2022-11-29 08:54:34 +01:00
2022-10-14 16:39:21 +02:00
2022-12-14 17:59:07 +01:00
2022-11-29 08:54:34 +01:00
2022-09-12 12:18:57 +01:00
2022-11-29 08:54:34 +01:00
2022-12-20 19:13:48 +01:00
2022-10-17 11:58:26 +01:00
2022-10-05 16:44:05 +02:00
2022-08-25 12:24:29 +02:00
2022-08-25 12:24:29 +02:00
2022-11-29 08:54:34 +01:00
2022-09-27 17:10:42 +02:00
2022-11-29 08:54:34 +01:00
2022-09-21 14:25:33 -07:00
2022-11-08 13:32:13 +01:00
2022-12-20 22:13:51 +02:00
2022-08-26 09:09:24 +02:00
2022-11-29 08:54:34 +01:00
2022-07-13 13:19:32 +02:00
2022-10-14 16:39:21 +02:00
2022-10-17 11:58:26 +01:00
2022-11-29 08:54:34 +01:00
2022-09-26 15:13:11 +02:00
2022-05-23 18:25:18 +03:00
2022-05-23 18:25:18 +03:00
2022-11-29 08:54:34 +01:00
2022-10-14 11:26:54 +02:00
2022-10-05 16:44:05 +02:00
2022-07-05 12:22:55 -07:00
2022-11-29 08:54:34 +01:00
2022-09-19 16:27:12 +02:00
2022-09-26 15:13:11 +02:00
2022-09-30 10:36:30 +02:00
2022-10-29 00:22:54 +11:00
2022-11-29 08:54:34 +01:00
2022-08-25 12:24:29 +02:00
2022-12-20 19:13:48 +01:00
2022-10-17 11:58:26 +01:00
2022-11-25 13:23:36 +00:00
2022-10-04 14:21:41 +11:00
2022-09-12 12:18:57 +01:00
2022-08-26 09:09:24 +02:00
2022-05-28 14:53:02 -07:00
2022-09-09 20:25:47 +02:00
2022-08-25 12:24:29 +02:00
2022-11-25 13:23:36 +00:00
2022-09-21 14:25:33 -07:00
2022-12-14 18:06:20 +02:00
2022-09-12 12:18:57 +01:00
2022-09-19 16:27:12 +02:00
2022-11-29 08:54:34 +01:00
2022-11-29 08:54:34 +01:00
2022-10-05 16:44:05 +02:00
2022-08-25 12:24:29 +02:00
2022-09-27 17:53:04 +02:00