aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2020-08-12session tcp: fix packet tracingFlorin Coras1-0/+1
2020-08-12tcp: invalidate expired timer handles before dispatchingFlorin Coras1-1/+1
2020-02-06tcp: improve lost rxt heuristicFlorin Coras1-2/+8
2019-11-18session tcp: infra for transports to send buffersFlorin Coras1-4/+0
2019-11-12tcp: fix retransmit with no sacksFlorin Coras1-1/+2
2019-11-05tcp: track lost rxt segments in byte trackerFlorin Coras1-0/+1
2019-11-05tcp: avoid sending acks when data availableFlorin Coras1-0/+1
2019-10-31tcp: improve rate samples for retansmitted segmentsFlorin Coras1-2/+3
2019-10-29tcp: refactor flags into cfg and conn flagsFlorin Coras1-7/+33
2019-10-29tcp: improve pacing after idle send periodsFlorin Coras1-0/+1
2019-10-27tcp: retry lost retransmitsFlorin Coras1-4/+5
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A1-0/+3
2019-10-02tcp: use sacks for timer based recoveryFlorin Coras1-27/+25
2019-09-30tcp: compute snd time for rate sampleFlorin Coras1-2/+2
2019-09-29tcp: handle sack renegingFlorin Coras1-1/+1
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang1-0/+2
2019-09-29tcp: send rwnd update only if wnd is large enoughFlorin Coras1-0/+4
2019-09-29tcp: improve mss computationFlorin Coras1-1/+0
2019-09-24tcp: add option for always on event loggingFlorin Coras1-1/+1
2019-09-20tcp: set cc_algo on connection allocFlorin Coras1-0/+2
2019-09-20tcp: allow cc algos to set pacing rateFlorin Coras1-0/+13
2019-08-14tcp: extend protocol configurationv19.08-rc2Florin Coras1-55/+82
2019-08-09tcp: fix zero rwnd sent checkFlorin Coras1-1/+1
2019-08-09tcp: cleanup timersFlorin Coras1-4/+1
2019-08-02tcp: add more connection statsFlorin Coras1-3/+31
2019-07-26tcp: count resets sentFlorin Coras1-0/+3
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras1-19/+5
2019-07-10tcp: improve rate estimateFlorin Coras1-4/+10
2019-07-09tcp: track last lost bytes in sack sbFlorin Coras1-0/+1
2019-07-05tcp: timestamp adjustmentVladimir Kropylev1-0/+11
2019-07-05tcp: add cc algo start tx eventFlorin Coras1-0/+13
2019-07-05tcp: add cc algo undo recovery notificationFlorin Coras1-0/+14
2019-07-05tcp: add loss signal to cc algoFlorin Coras1-3/+10
2019-06-27tcp: Setup initial CWND as configuredVladimir Kropylev1-0/+7
2019-06-25tcp: window update ackVladimir Kropylev1-0/+6
2019-06-25tcp: delivery rate estimatorFlorin Coras1-12/+127
2019-06-21tcp: add option to pass opaque to next nodeFlorin Coras1-1/+2
2019-06-18tcp: allow custom output next nodeFlorin Coras1-0/+1
2019-06-11tcp: allow registration of new cc algo typesFlorin Coras1-4/+14
2019-06-08tcp: close connection if not recovered after max triesFlorin Coras1-0/+1
2019-06-07tcp: add cc cleanup functionFlorin Coras1-0/+1
2019-04-02tcp: improve rcv process ack processingFlorin Coras1-0/+1
2019-03-29tcp: remove sent rcv wnd 0 flagFlorin Coras1-1/+0
2019-03-28tcp: remove unused buffer flagsFlorin Coras1-20/+0
2019-03-27tcp: add cc algo lookup tableFlorin Coras1-0/+3
2019-03-23tcp: make default mtu configurableFlorin Coras1-0/+3
2019-03-22tcp: improve handling of snd_nxtFlorin Coras1-2/+2
2019-03-08session/tcp/vcl: fixes and optimizationsFlorin Coras1-1/+2
2019-03-06tcp: migrate old MULTIARCH macros to VLIB_NODE_FNFilip Tehlar1-0/+8
2019-03-02session: cleanup/rename functionsFlorin Coras1-1/+1