X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Ftcp%2Ftcp_debug.h;h=5032588ca1ef9c1fd4318a7e0665587d7c9e2e07;hb=3c514d5516498c67f313d3bfe62288d4f36fba54;hp=d125ee8461218fd4717c78f72a1899b0fab44e99;hpb=bde17bd6ef391766712ae7fbd766371037dfd3de;p=vpp.git diff --git a/src/vnet/tcp/tcp_debug.h b/src/vnet/tcp/tcp_debug.h index d125ee84612..5032588ca1e 100755 --- a/src/vnet/tcp/tcp_debug.h +++ b/src/vnet/tcp/tcp_debug.h @@ -821,6 +821,7 @@ if (TCP_DEBUG_CC > 1) \ if (tcp_cc_time_to_print_stats (_tc)) \ { \ TCP_EVT_CC_RTO_STAT_PRINT (_tc); \ + _tc->c_cc_stat_tstamp = tcp_time_now (); \ } \ } @@ -844,6 +845,7 @@ if (tcp_cc_time_to_print_stats (_tc)) \ if (tcp_cc_time_to_print_stats (_tc)) \ { \ TCP_EVT_CC_SND_STAT_PRINT(_tc); \ + _tc->c_cc_stat_tstamp = tcp_time_now (); \ } \ }