aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/sctp
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-1/+1
2018-02-07SCTP: address coverity-scan warningsMarco Varlese2-19/+10
2018-02-06SCTP: handling of heartbeating and max-retransmitsMarco Varlese4-57/+164
2018-02-06SCTP: missing spinlock init when multiple threadsMarco Varlese1-2/+5
2018-02-05SCTP: calculate RTO / RTT and RTTVAR as per RFCMarco Varlese4-47/+122
2018-02-01Out-of-order data chunks handling and moreMarco Varlese4-69/+235
2018-01-31Prep-work patch for congestion-controlMarco Varlese6-450/+670
2018-01-26session: move builtin apps to their own folderFlorin Coras3-1419/+0
2018-01-25session: add support for memfd segmentsFlorin Coras2-10/+2
2018-01-24SCTP stack (RFC4960)Marco Varlese13-0/+8109