Add basic AES-XTS client-side encryption support

This commit is contained in:
Vitaliy Filippov
2026-04-04 19:01:49 +03:00
parent 67132a29ae
commit 0b32d76f75
20 changed files with 856 additions and 21 deletions
-3
View File
@@ -719,9 +719,6 @@ void osd_messenger_t::handle_rdma_events(msgr_rdma_context_t *rdma_context)
}
if (!is_send)
{
// Reset OSD ping state - client is obviously alive
cl->ping_time_remaining = 0;
cl->idle_time_remaining = osd_idle_timeout;
rc->cur_recv--;
if (!handle_read_buffer(cl, rc->recv_buffers[rc->next_recv_buf], wc[i].byte_len))
{