Ming Zhang
Results
3
comments of
Ming Zhang
好的,具体代码是这样的: Server端: ```c++ void Server::RDMAConnect(std::string& client_ip, int client_port, int client_id) { // Server has already registered two seperate memory regions /************************************* RDMA Connection ***************************************/ RDMA_LOG(INFO) create_rc_qp(QPIdx{.node_id = client_id, .worker_id =...