Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 85f52e5 commit 7d6f7fdCopy full SHA for 7d6f7fd
imkcpp/include/receiver_buffer.hpp
@@ -15,8 +15,8 @@ namespace imkcpp {
15
public:
16
explicit ReceiverBuffer(SegmentTracker& segment_tracker) : segment_tracker(segment_tracker) {}
17
18
- void set_queue_limit(const u32 rcv_wnd) {
19
- this->queue_limit = rcv_wnd;
+ void set_queue_limit(const u32 value) {
+ this->queue_limit = value;
20
}
21
22
void emplace_segment(const SegmentHeader& header, SegmentData& data) {
0 commit comments