RLP abbreviation is also used to mean
Radio Link Protocol. In
computational complexity theory, RLP, often referred to as simply RL, is the
complexity class of problems solvable in logarithmic space and polynomial time with
probabilistic Turing machines that never accept incorrectly but are allowed to reject incorrectly less than 1/3 of the time; this is called one-sided error. The constant 1/3 is arbitrary; any x with 0 ≤ x < 1/2 would suffice. This error can be made 2−p(x) times smaller for any polynomial p(x) without using more than polynomial time or logarithmic space by running the algorithm repeatedly.
See more at Wikipedia.org...