aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_newreno.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-06tcp: optimize newreno cong ack handlerFlorin Coras1-19/+20
2022-01-06tcp: use bytes delivered to compute cwndFlorin Coras1-2/+2
2020-04-02tcp: move features to separate filesFlorin Coras1-0/+1
2019-10-17tcp: Init cwnd from ssthresh.Sergey Ivanushkin1-1/+31
2019-09-25tcp: use sacks for timer based recoveryFlorin Coras1-6/+0
2019-09-04tcp: cc algos handle cwnd on congestion signalFlorin Coras1-0/+6
2019-07-05tcp: add loss signal to cc algoFlorin Coras1-4/+12
2019-06-25tcp: delivery rate estimatorFlorin Coras1-2/+3
2019-04-08host stack: update stale copyrightFlorin Coras1-1/+1
2018-11-13tcp: cubic fast convergenceFlorin Coras1-0/+1
2018-11-09tcp: basic cubic implementationFlorin Coras1-9/+1
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras1-1/+1
2018-05-23tcp: cc improvements and fixesFlorin Coras1-0/+2
2018-04-20tcp: make newreno byte instead of acks dependentFlorin Coras1-2/+8
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-2/+2
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-2/+2
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-3/+17
2017-05-07Fix TCP loss recovery, VPP-745Florin Coras1-1/+1
2017-03-01VPP-598: tcp stack initial commitDave Barach1-0/+93