aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/unittest/tcp_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-4/+0
2021-04-05tcp: time infra improvementsFlorin Coras1-12/+19
2020-10-26tcp: byte tracker fixRyujiro Shibuya1-0/+215
2020-10-23tcp: remove snd_una_maxFlorin Coras1-8/+2
2020-09-09tcp: fix the tcp unittest to workRyujiro Shibuya1-0/+2
2020-08-20tcp: track reorder with sacksFlorin Coras1-1/+5
2020-05-25tcp: fix sack block validation on wrapFlorin Coras1-0/+26
2020-04-02tcp: move features to separate filesFlorin Coras1-0/+1
2020-02-12tcp: move connections to wrk ctxFlorin Coras1-11/+3
2020-01-14tcp: handle ack advancement with no holes and renegingFlorin Coras1-1/+35
2020-01-08tcp: fix last sacked with no holesFlorin Coras1-0/+44
2020-01-07tcp: fix duplicate sack whith renegingFlorin Coras1-11/+99
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-1/+1
2019-10-23tcp: improve rate samples for retansmitted segmentsFlorin Coras1-14/+18
2019-10-03tcp: unittest: do not access non-existent samplesBenoƮt Ganne1-1/+0
2019-09-18tcp: compute snd time for rate sampleFlorin Coras1-23/+17
2019-09-11tcp: handle sack renegingFlorin Coras1-43/+77
2019-08-23tcp: fix byte tracker samples flushFlorin Coras1-0/+13
2019-08-21tcp: add option for always on event loggingFlorin Coras1-1/+1
2019-07-10tcp: improve rate estimateFlorin Coras1-10/+13
2019-06-26tcp session: improvement to testsFlorin Coras1-8/+21
2019-06-25tcp: delivery rate estimatorFlorin Coras1-0/+312
2019-06-17session: use listener_handle instead of listener_indexNathan Skrzypczak1-1/+1
2019-04-19svm: move fifo tests to a separate fileFlorin Coras1-1160/+1
2019-04-19svm: support addition of chunks to fifosFlorin Coras1-2/+135
2019-04-18svm: allow indirect fifo data chunksFlorin Coras1-3/+3
2019-04-16svm_fifo rework to avoid contention on cursizeSirshak Das1-2/+1
2019-03-22tcp: improve handling of snd_nxtFlorin Coras1-2/+2
2019-03-02session: cleanup/rename functionsFlorin Coras1-1/+1
2019-02-18session: move fifo allocation logic to app workerFlorin Coras1-1/+1
2019-02-09session: refactor listen logicFlorin Coras1-1/+1
2019-02-04session: cleanup part 1Florin Coras1-1/+1
2018-12-28session: free session after transport and app confirmFlorin Coras1-1/+1
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-2/+2
2018-10-31session: add wrk contextFlorin Coras1-5/+5
2018-10-23c11 safe string handling supportDave Barach1-8/+8
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras1-3/+29
2018-10-18tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras1-34/+90
2018-10-18tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras1-2/+3
2018-10-17tcp: avoid sack processing when not needed (VPP-1460)Florin Coras1-1/+1
2018-07-24Create a unit-test pluginDave Barach1-0/+1779