Lines Matching refs:DnsTlsSocket
10 * `DnsTlsSocket`
18 `DnsTlsTransport` sends each query over a `DnsTlsSocket`, opening a
20 `DnsTlsSocket`, which happen on a different thread.
21 `IDnsTlsSocketObserver` is an interface defining how `DnsTlsSocket` returns
28 `DnsTlsSocket` interleaves all queries onto a single socket, and reports all
48 ### Threading in `DnsTlsSocket`
50 `DnsTlsSocket` can receive queries on any thread, and send them over a
82 `DnsTlsSocket` imposes a 20-second inactivity timeout. A socket that has been idle for
108 `DnsTlsSocket` (which requires `CAP_NET_ADMIN` because it uses `setsockopt(SO_MARK)`) and
114 For unit testing, we would like to be able to mock out `DnsTlsSocket`. This is
117 `DnsTlsSocket` is produced by a `DnsTlsSocketFactory`, and both of these have a