Skip to content

Commit

Permalink
Merge pull request #610 from CentaurusInfra/rdma
Browse files Browse the repository at this point in the history
set isK8s to true to make TCP over RDMA set up easier
  • Loading branch information
qingqu authored Aug 1, 2022
2 parents bf69e3a + fe56596 commit 54cfdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdma_srv/src/rdma_ctrlconn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl Default for CtrlInfo {
let mut containerids: HashMap<String, u32> = HashMap::new();
let mut ipToPodIdMappings: HashMap<u32, String> = HashMap::new();

let isK8s = false;
let isK8s = true;
if !isK8s {
let lab1ip = u32::from(Ipv4Addr::from_str("172.16.1.43").unwrap()).to_be();
let node1 = Node {
Expand Down

0 comments on commit 54cfdc6

Please sign in to comment.