This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new b20ba1e  Adds a missing header field for the tcpinfo log
b20ba1e is described below

commit b20ba1e2d3d3a76829070ee9802cfc3d9cb1cd09
Author: Leif Hedstrom <[email protected]>
AuthorDate: Sun Apr 7 12:32:31 2019 -0600

    Adds a missing header field for the tcpinfo log
---
 plugins/tcpinfo/tcpinfo.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/tcpinfo/tcpinfo.cc b/plugins/tcpinfo/tcpinfo.cc
index dccb4c2..588ba34 100644
--- a/plugins/tcpinfo/tcpinfo.cc
+++ b/plugins/tcpinfo/tcpinfo.cc
@@ -57,7 +57,7 @@
 static const char *tcpi_headers[] = {
   "timestamp event client server rtt",
   "timestamp event client server rtt rttvar last_sent last_recv "
-  "snd_ssthresh rcv_ssthresh unacked sacked lost retrans fackets all_retrans",
+  "snd_cwnd snd_ssthresh rcv_ssthresh unacked sacked lost retrans fackets 
all_retrans",
 };
 
 struct Config {

Reply via email to