mirror of https://github.com/pvnis/srsRAN_4G.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
0fdcea2924
previously we were only counting retx if we retx the start of a segment. this could lead to unwanted behaviour, i.e., not counting retx correctly and thus not triggering the maxretx attempt, if the receive always sends NACKs with a SO_start. The RLC spec is not clear on how this should be handled correctly but IMHO using an integer number of retx is reasonable, even for segments that might be retransmitted more often. The alternative of using a fractional retx counter that may be increamented proportional to the segment size that is retx is another alternative but considered too complex to implement (and test correctly). |
4 years ago | |
---|---|---|
.. | ||
examples | 4 years ago | |
include | 4 years ago | |
src | 4 years ago | |
test | 4 years ago | |
CMakeLists.txt | 4 years ago |