We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a16ac86 + 3b950e3 commit d0113bfCopy full SHA for d0113bf
include/ylt/coro_io/ibverbs/ib_socket.hpp
@@ -333,7 +333,7 @@ struct ibverbs_config {
333
uint32_t cq_size = 128;
334
uint32_t recv_buffer_cnt = 4;
335
ibv_qp_type qp_type = IBV_QPT_RC;
336
- ibv_qp_cap cap = {.max_send_wr = 1,
+ ibv_qp_cap cap = {.max_send_wr = 2,
337
.max_recv_wr = 32,
338
.max_send_sge = 3,
339
.max_recv_sge = 1,
include/ylt/version.hpp
@@ -20,4 +20,4 @@
20
// YLT_VERSION % 100 is the sub-minor version
21
// YLT_VERSION / 100 % 1000 is the minor version
22
// YLT_VERSION / 100000 is the major version
23
-#define YLT_VERSION 309 // 0.3.9
+#define YLT_VERSION 501 // 0.5.1
0 commit comments