Home
last modified time | relevance | path

Searched defs:DownstreamConfig (Results 1 – 1 of 1) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_config.h844 struct DownstreamConfig { struct
845 DownstreamConfig() in DownstreamConfig() function
857 DownstreamConfig &operator=(const DownstreamConfig &) = delete; argument
858 DownstreamConfig &operator=(DownstreamConfig &&) = delete; argument
864 BlockAllocator balloc;
865 struct {
874 } timeout;
875 RouterConfig router;
876 std::vector<DownstreamAddrGroupConfig> addr_groups;
878 size_t addr_group_catch_all;
[all …]