Lines Matching refs:DnsTlsTransport
7 * `DnsTlsTransport`
14 `DnsTlsTransport` for each server (represented by a `DnsTlsServer` struct) and
16 `std::future` returned by `DnsTlsTransport` that represents the response.
18 `DnsTlsTransport` sends each query over a `DnsTlsSocket`, opening a
22 responses to `DnsTlsTransport`.
24 `DnsTlsQueryMap` and `DnsTlsSessionCache` are helper classes owned by `DnsTlsTransport`.
29 responses to `DnsTlsTransport` (through the `IDnsTlsObserver` interface). It doesn't
85 If there are any pending queries, `DnsTlsTransport` will retry them.
87 `DnsTlsQueryMap` imposes a retry limit of 3. `DnsTlsTransport` will retry the query up
93 `DnsTlsDispatcher` maintains a 5-minute timeout. Any `DnsTlsTransport` that has had no
97 because each `DnsTlsTransport` owns a `DnsTlsSessionCache`. Imposing this timeout
115 particularly required for unit testing of `DnsTlsDispatcher` and `DnsTlsTransport`.