aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-25tcp: avoid initializing counters multiple timesFlorin Coras1-0/+3
2023-06-22tcp: add simple stats collectorFlorin Coras1-0/+7
2023-06-08tcp: cleanup next nodes and drop logicFlorin Coras1-0/+2
2023-04-21tcp: remove unused codeFilip Tehlar1-3/+0
2023-02-25tcp: fix error countersFilip Tehlar1-0/+2
2022-01-12session: pass tx buffers in bulk to transportsFlorin Coras1-2/+2
2021-11-03tcp: make buffer reset function publicFlorin Coras1-0/+1
2021-10-06tcp: fix severity infoFilip Tehlar1-1/+1
2021-07-06tcp: use main thread pool for half-opensFlorin Coras1-7/+1
2021-06-22tcp: api cleanupFilip Tehlar1-0/+3
2021-06-15tcp: prevent timer handler being called frequentlyliuyacan1-0/+3
2021-05-14tcp: remove ho lockFlorin Coras1-2/+0
2021-05-01vlib: refactor trajectory trace debug featureBenoƮt Ganne1-9/+0
2021-04-14session tcp vcl: api to update connection attributesFlorin Coras1-0/+1
2021-04-05tcp: time infra improvementsFlorin Coras1-4/+7
2020-10-23tcp: remove delack time configFlorin Coras1-3/+0
2020-10-21tcp: updating time constans as timer tick changedRyujiro Shibuya1-7/+7
2020-09-16tcp: make max gso packet size configurableSimon Zhang1-0/+3
2020-08-03tcp: improve timestamp rtt accuracyFlorin Coras1-3/+1
2020-07-23tcp: track pending timersFlorin Coras1-1/+0
2020-05-24tcp: track buffer alloc failuresFlorin Coras1-0/+1
2020-04-04session tls: support tls deschedulingFlorin Coras1-1/+1
2020-04-02tcp: explicit use of timer wheel in timer apisFlorin Coras1-112/+2
2020-04-02tcp: move features to separate filesFlorin Coras1-939/+24
2020-03-30tcp: reuse session infra for syns and resetsFlorin Coras1-5/+8
2020-03-23tcp: add lost and in flight to byte trackerFlorin Coras1-1/+7
2020-03-19tcp: move accept init to separate reusable functionFlorin Coras1-0/+8
2020-03-19tcp: force deschedule if no send space availableFlorin Coras1-2/+7
2020-03-19session tcp udp: consolidate transport snd apisFlorin Coras1-0/+2
2020-02-25tcp: handle cleanups without timersFlorin Coras1-2/+12
2020-02-24tcp: dynamic max timers per loopFlorin Coras1-0/+3
2020-02-18tcp: pace timer handlingFlorin Coras1-8/+11
2020-02-14tcp: reset fin-wait-2 timeout connectionsFlorin Coras1-0/+1
2020-02-14tcp: minimal set of worker statsFlorin Coras1-0/+27
2020-02-12tcp: move connections to wrk ctxFlorin Coras1-22/+26
2020-02-12tcp: postpone rst handlingFlorin Coras1-6/+10
2020-02-10tcp: add option to avoid endpoint cleanupFlorin Coras1-0/+1
2020-01-28session tcp: fix packet tracingFlorin Coras1-0/+1
2019-12-27tcp: Enable TCP timewait port useYu Ping1-1/+4
2019-11-25tcp: invalidate expired timer handles before dispatchingFlorin Coras1-1/+1
2019-11-21tcp: add no csum offload config optionFlorin Coras1-0/+3
2019-11-20session tcp: support pacer idle timeoutsFlorin Coras1-1/+0
2019-11-11tcp: improve lost rxt heuristicFlorin Coras1-2/+8
2019-11-07tcp: fix retransmit with no sacksFlorin Coras1-1/+2
2019-11-06tcp: IPv6 flow label supportTarun Gupta1-0/+1
2019-10-31tcp: track lost rxt segments in byte trackerFlorin Coras1-0/+1
2019-10-23tcp: improve rate samples for retansmitted segmentsFlorin Coras1-2/+3
2019-10-17session tcp: infra for transports to send buffersFlorin Coras1-4/+0
2019-10-17tcp: avoid sending acks when data availableFlorin Coras1-0/+1
2019-10-11tcp: refactor flags into cfg and conn flagsFlorin Coras1-7/+33