Experiment: zero-copy TCP send

This commit is contained in:
Vitaliy Filippov
2023-11-04 01:34:18 +03:00
parent 30dff8893f
commit 64bbf121b6
5 changed files with 193 additions and 14 deletions
+1
View File
@@ -65,6 +65,7 @@ const etcd_tree = {
// client and osd
tcp_header_buffer_size: 65536,
use_sync_send_recv: false,
use_zerocopy_send: false,
use_rdma: true,
rdma_device: null, // for example, "rocep5s0f0"
rdma_port_num: 1,