summaryrefslogtreecommitdiff
path: root/src/rpc/envoy.extensions.network.dns_resolver.getaddrinfo.v3.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/envoy.extensions.network.dns_resolver.getaddrinfo.v3.rs')
-rw-r--r--src/rpc/envoy.extensions.network.dns_resolver.getaddrinfo.v3.rs27
1 files changed, 0 insertions, 27 deletions
diff --git a/src/rpc/envoy.extensions.network.dns_resolver.getaddrinfo.v3.rs b/src/rpc/envoy.extensions.network.dns_resolver.getaddrinfo.v3.rs
deleted file mode 100644
index 089e37b2..00000000
--- a/src/rpc/envoy.extensions.network.dns_resolver.getaddrinfo.v3.rs
+++ /dev/null
@@ -1,27 +0,0 @@
-// @generated
-// This file is @generated by prost-build.
-// \[#protodoc-title: getaddrinfo DNS resolver\]
-// \[#extension: envoy.network.dns_resolver.getaddrinfo\]
-
-/// Configuration for getaddrinfo DNS resolver. This resolver will use the system's getaddrinfo()
-/// function to resolve hosts.
-///
-/// .. attention::
-///
-/// This resolver uses a single background thread to do resolutions. As such, it is not currently
-/// advised for use in situations requiring a high resolution rate. A thread pool can be added
-/// in the future if needed.
-///
-/// .. attention::
-///
-/// Resolutions currently use a hard coded TTL of 60s because the getaddrinfo() API does not
-/// provide the actual TTL. Configuration for this can be added in the future if needed.
-#[allow(clippy::derive_partial_eq_without_eq)]
-#[derive(Clone, Copy, PartialEq, ::prost::Message)]
-pub struct GetAddrInfoDnsResolverConfig {
- /// Specifies the number of retries before the resolver gives up. If not specified, the resolver will
- /// retry indefinitely until it succeeds or the DNS query times out.
- #[prost(message, optional, tag="1")]
- pub num_retries: ::core::option::Option<super::super::super::super::super::super::google::protobuf::UInt32Value>,
-}
-// @@protoc_insertion_point(module)