aboutsummaryrefslogtreecommitdiffstats
path: root/src/poll_controller.h
AgeCommit message (Collapse)AuthorFilesLines
2015-08-28poll: Add a max_delay parameter to PollController::expireTimedoutJacob Erlbeck1-1/+2
Currently the maximum additional delay is hard coded to 13. This value depends on the source of the frame number value. This commit adds the max_delay parameter to make it caller dependant. Sponsored-by: On-Waves ehf
2014-07-02misc: Do not mix struct/class in the forward declarationHolger Hans Peter Freyther1-1/+1
2013-10-30bts: Introduce a PollController that has the responsibility to pollHolger Hans Peter Freyther1-0/+46
For each frame indication received by the BTS the poll controller is asked to expire timedout entries.