Commit f3a61eb7 authored by Dominik Charousset's avatar Dominik Charousset

Make sure desired_batch_size is never 0

parent 9f9e768a
......@@ -31,7 +31,7 @@ outbound_path::outbound_path(stream_slot sender_slot,
hdl(std::move(receiver_hdl)),
next_batch_id(1),
open_credit(0),
desired_batch_size(0),
desired_batch_size(50),
next_ack_id(1) {
// nop
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment