Rework msgr send/receive to allow encryption support

This commit is contained in:
Vitaliy Filippov
2026-04-22 01:41:10 +03:00
parent 43c00538b3
commit ced3cc3de9
8 changed files with 598 additions and 407 deletions
+1 -1
View File
@@ -495,7 +495,7 @@ void osd_messenger_t::rdmacm_established(rdma_cm_event *ev)
cl->peer_state = PEER_RDMA;
cl->connect_timeout_id = -1;
cl->osd_num = peer_osd;
cl->in_buf = malloc_or_die(receive_buffer_size);
cl->in_buf = (uint8_t*)malloc_or_die(receive_buffer_size);
cl->rdma_conn = rc;
clients[conn->client_id] = cl;
if (conn->timeout_id >= 0)