Searched defs:DownstreamConfig (Results 1 – 1 of 1) sorted by relevance
979 struct DownstreamConfig { struct980 DownstreamConfig() in DownstreamConfig() argument992 DownstreamConfig &operator=(const DownstreamConfig &) = delete; argument993 DownstreamConfig &operator=(DownstreamConfig &&) = delete; argument999 BlockAllocator balloc;1000 struct {1009 } timeout;1010 RouterConfig router;1011 std::vector<DownstreamAddrGroupConfig> addr_groups;1013 size_t addr_group_catch_all;[all …]