Skip to content

Commit d0113bf

Browse files
authored
Merge branch 'main' into main
2 parents a16ac86 + 3b950e3 commit d0113bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/ylt/coro_io/ibverbs/ib_socket.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ struct ibverbs_config {
333333
uint32_t cq_size = 128;
334334
uint32_t recv_buffer_cnt = 4;
335335
ibv_qp_type qp_type = IBV_QPT_RC;
336-
ibv_qp_cap cap = {.max_send_wr = 1,
336+
ibv_qp_cap cap = {.max_send_wr = 2,
337337
.max_recv_wr = 32,
338338
.max_send_sge = 3,
339339
.max_recv_sge = 1,

include/ylt/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
// YLT_VERSION % 100 is the sub-minor version
2121
// YLT_VERSION / 100 % 1000 is the minor version
2222
// YLT_VERSION / 100000 is the major version
23-
#define YLT_VERSION 309 // 0.3.9
23+
#define YLT_VERSION 501 // 0.5.1

0 commit comments

Comments
 (0)