Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_config.h979 struct DownstreamConfig { struct
980 DownstreamConfig() in DownstreamConfig() argument
992 DownstreamConfig &operator=(const DownstreamConfig &) = delete; argument
993 DownstreamConfig &operator=(DownstreamConfig &&) = delete; argument
999 BlockAllocator balloc;
1000 struct {
1009 } timeout;
1010 RouterConfig router;
1011 std::vector<DownstreamAddrGroupConfig> addr_groups;
1013 size_t addr_group_catch_all;
[all …]