session: generalize handling of network transports
[vpp.git] / src / vnet / tcp / tcp_output.c
index dd5b384..0eef942 100644 (file)
@@ -1973,6 +1973,7 @@ tcp_push_header (transport_connection_t * tconn, vlib_buffer_t * b)
       tc->rtt_ts = tcp_time_now ();
       tc->rtt_seq = tc->snd_nxt;
     }
+  tcp_trajectory_add_start (b0, 3);
   return 0;
 }