summaryrefslogtreecommitdiffstats
path: root/src/vnet/sctp/sctp_output.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-15SCTP: fix corrupted buffers seen in output nodeMarco Varlese1-24/+24
2018-02-15SCTP: refactoringMarco Varlese1-104/+79
2018-02-12SCTP: fix build errors on ubuntu bionicMarco Varlese1-4/+2
2018-02-08SCTP: shutdown phaseMarco Varlese1-31/+52
2018-02-07Refactor vlib_buffer flagsDamjan Marion1-1/+1
2018-02-07SCTP: address coverity-scan warningsMarco Varlese1-2/+1
2018-02-06SCTP: handling of heartbeating and max-retransmitsMarco Varlese1-24/+72
2018-02-05SCTP: calculate RTO / RTT and RTTVAR as per RFCMarco Varlese1-21/+35
2018-02-01Out-of-order data chunks handling and moreMarco Varlese1-4/+34
2018-01-31Prep-work patch for congestion-controlMarco Varlese1-144/+242
2018-01-24SCTP stack (RFC4960)Marco Varlese1-0/+1331