summaryrefslogtreecommitdiffstats
path: root/src/vnet/tcp/tcp_debug.c
AgeCommit message (Collapse)AuthorFilesLines
2020-11-25tcp: enable lc if any other debug option enabledFlorin Coras1-0/+25
Also fix debug build after snd_una_nxt removal. Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: Ife52689cd30cdebf36057cf4d20d7f6207f1e29e
2019-08-21tcp: add option for always on event loggingFlorin Coras1-0/+127
Type: feature Add option to always compile in debugging infra. Debug verbosity can be controlled via configuration updatable via cli. Compile time inclusion and configuration of event logging verbosity is still available in order to minimize event logging impact. Change-Id: I9d946efe9fa4204fdace1adb1d6588c97b5ae758 Signed-off-by: Florin Coras <fcoras@cisco.com>