aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_debug.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-07tcp: cmake option VPP_TCP_DEBUG_ALWAYS=ON not taken by all filesSteven Luong1-0/+1
2022-10-07tcp: build image with TCP_DEBUG_ALWAYS via makeSteven Luong1-0/+4
2022-10-03tcp: replace tcp_time_now with tcp_time_now_usSteven Luong1-28/+29
2020-11-25tcp: enable lc if any other debug option enabledFlorin Coras1-11/+9
2020-05-15misc: removed executable bits from source filesRay Kinsella1-0/+0
2019-08-21tcp: add option for always on event loggingFlorin Coras1-118/+184
2019-08-21tcp: default to debug disabledFlorin Coras1-1/+1
2019-08-14tcp: extend protocol configurationFlorin Coras1-2/+2
2019-04-05tcp: do not delete session on establish popFlorin Coras1-14/+17
2019-04-04tcp: shorten wait in fin-wait-1 with fin rcvdFlorin Coras1-4/+5
2019-03-20tcp: disable cc elog debuggingFlorin Coras1-2/+2
2019-02-22tcp: send enough dupacks to cover all sack holesFlorin Coras1-2/+2
2019-01-20tcp: fix debugging without cc stats (VPP-1547)Florin Coras1-0/+1
2018-12-26tcp: separate active and passive establish timersFlorin Coras1-41/+44
2018-12-24tcp: compute seq_end in tcp_inputFlorin Coras1-0/+2
2018-11-08tcp: pacer and mrtt estimation improvementsFlorin Coras1-4/+5
2018-11-01tcp: fast retransmit pacingFlorin Coras1-5/+13
2018-10-23tcp: fast retransmit improvementsFlorin Coras1-12/+35
2018-09-29session: lock msg queues while generating control eventsFlorin Coras1-1/+4
2018-05-26tcp: loss recovery improvements/fixesFlorin Coras1-102/+172
2018-05-23tcp: cc improvements and fixesFlorin Coras1-1/+1
2018-04-30tcp/session: debug improvements/fixesFlorin Coras1-10/+9
2018-04-20tcp: make newreno byte instead of acks dependentFlorin Coras1-1/+18
2018-01-27Fix session/tcp coverity warningsFlorin Coras1-8/+11
2018-01-27session: disconnect and echo client improvementsFlorin Coras1-1/+1
2018-01-25session: add support for memfd segmentsFlorin Coras1-1/+1
2017-11-28tcp: fix retransmissions under buffer shortageFlorin Coras1-0/+34
2017-09-25tcp: do not sample rtt for retransmitted segmentsFlorin Coras1-54/+54
2017-09-19session/tcp: improve preallocated segment handlingFlorin Coras1-7/+2
2017-09-12tcp: horizontal scaling improvmentsFlorin Coras1-18/+31
2017-07-30Make tcp active open data structures thread safeFlorin Coras1-16/+16
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras1-61/+185
2017-07-11Horizontal (nSessions) scaling draftDave Barach1-3/+10
2017-06-19Overall tcp performance improvements (VPP-846)Florin Coras1-53/+133
2017-06-09Implement sack based tcp loss recovery (RFC 6675)Florin Coras1-8/+8
2017-05-01TCP ooo reception fixesFlorin Coras1-0/+15
2017-04-27[VPP-710] tcp TCP_TIMER_ESTABLISH timeout_handler occur segment faultflyingeagle231-1/+2
2017-04-06Use thread local storage for thread indexDamjan Marion1-1/+1
2017-04-02TCP cc/window management fixes and debuggingFlorin Coras1-16/+50
2017-03-27TCP/session improvementsFlorin Coras1-38/+214
2017-03-13VPP-659 Improve tcp/session debugging and testingFlorin Coras1-0/+316