aboutsummaryrefslogtreecommitdiffstats
path: root/src/sctp_m2ua.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-26sctp: Close the socket if we get <= 0 as a result for sctp_rcvmsgHolger Hans Peter Freyther1-1/+1
The manpage says that -1 is the indication for error but on 2.6.12 we just ended up in a infinite loop as select shows the socket as readable but a recvmsg does not give any data.
2011-01-25mtp: Fix the logic... close the socket if we are blockedHolger Hans Peter Freyther1-1/+1
Thinko or such.
2011-01-24mtp: Make it possible to block a link.Holger Hans Peter Freyther1-3/+11
The semantic of a block is to take the physical link down, call mtp_link_down and to make sure that the link remains down and no packets are forwarded there. The unblock call will reset the link and this should get it back into operation again.
2011-01-22pcap: Classify the direction of such a messageHolger Hans Peter Freyther1-2/+2
2011-01-22pcap: Run all pcap operations through one methodHolger Hans Peter Freyther1-4/+2
2011-01-22stats: Count packets on a per link levelHolger Hans Peter Freyther1-2/+9
2011-01-20mtp: Make the input path work on a specific link of the linksetHolger Hans Peter Freyther1-1/+1
2011-01-20m2ua: Write MTP packets to the pcap file if requested.Holger Hans Peter Freyther1-1/+10
2011-01-17m2ua: Create a MTP Link class using SCTP/M2UA for the transporton-waves/m2uaHolger Hans Peter Freyther1-0/+631
This is a MTP Link that can be used with a MTP LinkSet. E.g. with some config changes one could use cellmgr_ng or udt_relay over a M2UA link.