crazypaul123

Results 1 issues of crazypaul123

您好,当前由于工作需要,想要使用h2协议来支持rdma,我这样直接改是不是就可以,测试未发现什么问题 bool SupportedByRdma(std::string protocol) { if ((protocol.compare("baidu_std") == 0) || (protocol.compare("h2") == 0)) { // Since rdma is used for high performance scenario, // we consider baidu_std for the only...