aboutsummaryrefslogtreecommitdiffstats
path: root/src/counter.c
AgeCommit message (Collapse)AuthorFilesLines
2015-10-04ctr: Count number of dropped messagesHolger Hans Peter Freyther1-0/+2
In case of back pressure we can not send messages quick enough and will drop messages. Add a counter so we can count how often this happened per link/linkset. The SCTP M2UA code is not changed as we don't have a link in the hands and adding it is too risky without tests (not all M2UA have a link index so some might not have a link).
2011-05-08Adopt to recent libosmocore namespace changes and libosmogsmHarald Welte1-1/+1
2011-02-23counter: Fix the wrong counter size.Holger Hans Peter Freyther1-2/+2
2011-01-22stats: Add rate_counter for more statistics on the MTP sideHolger Hans Peter Freyther1-0/+65