Skip to content
  • Robert Schmidt's avatar
    Drop traffic in PDCP if RLC buffer is full · 97c69dc4
    Robert Schmidt authored
    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.
    97c69dc4