aboutsummaryrefslogtreecommitdiffstats
path: root/src/llc.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-11-13llc: Move the decision if a frame has expired into the LLCHolger Hans Peter Freyther1-0/+9
2013-11-13llc: Make the index 'private' by appending a m_ to it.Holger Hans Peter Freyther1-4/+4
2013-11-13llc: Move some more secrets from the TBF into the LLCHolger Hans Peter Freyther1-4/+8
2013-11-13bts: Count the number of llc frames that were "scheduled" to be sentHolger Hans Peter Freyther1-1/+1
2013-11-13llc: Use timeradd and timercmp and fix for < 1s PDU llc timeoutsHolger Hans Peter Freyther1-7/+6
2013-11-13llc: Change the flow. Exit early for the special case and initialize the tvHolger Hans Peter Freyther1-9/+12
2013-11-13llc: Move the timeout calculation into the TBFHolger Hans Peter Freyther1-0/+22
2013-11-13llc: Remove one of the two variants to put data into the frameHolger Hans Peter Freyther1-8/+6
2013-11-07llc: Move all direct accesses to the frame into the llc structureHolger Hans Peter Freyther1-2/+1
2013-11-07llc: Move the llc code out of the tbf.cpp into a new dedicated oneHolger Hans Peter Freyther1-0/+79