aboutsummaryrefslogtreecommitdiff
path: root/test/test_bounded_recv_buffer.cpp
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2020-02-14 15:13:47 -0500
committerDeterminant <ted.sybil@gmail.com>2020-02-14 15:13:47 -0500
commit853a6503391a05a3f60b50bb40a7dd4f35588293 (patch)
treec25dc16a0f5170611d0aa8e3a12d63e98a036342 /test/test_bounded_recv_buffer.cpp
parent7dc5ec52b1c419c58c68d7359870a292ab12d7db (diff)
change queue_capacity to max_send_buff_size; adjust the C API
Diffstat (limited to 'test/test_bounded_recv_buffer.cpp')
-rw-r--r--test/test_bounded_recv_buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_bounded_recv_buffer.cpp b/test/test_bounded_recv_buffer.cpp
index b092260..2ea34f6 100644
--- a/test/test_bounded_recv_buffer.cpp
+++ b/test/test_bounded_recv_buffer.cpp
@@ -83,7 +83,7 @@ struct MyNet: public MsgNetworkByteOp {
MsgNetworkByteOp(ec, MsgNetworkByteOp::Config(
ConnPool::Config()
.max_recv_buff_size(10)
- .queue_capacity(10)
+ .max_send_buff_size(10)
).burst_size(10)),
name(name),
ev_period_stat(ec, [this, stat_timeout](TimerEvent &) {