Skip to content
Snippets Groups Projects
Commit 97c69dc4 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Drop traffic in PDCP if RLC buffer is full

If the buffer in the RLC is full, testing the buffer state over and over again
slows the DL traffic down. In order to circumvent this, the PDCP will drop any
data during a configurable time (compile-time) before it delivers data to RLC
again.

To change this, see the constant TM_SKIP_FULL_BUF_MS in pdcp.h.
parent 3b80c73f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment