You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2018/01/21 22:31:54 UTC

[trafficserver] branch quic-latest updated: Print QUIC_EVENT_HANDSHAKE_PACKET_WRITE_COMPLETE event

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

masaori pushed a commit to branch quic-latest
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/quic-latest by this push:
     new 56ab5ab  Print QUIC_EVENT_HANDSHAKE_PACKET_WRITE_COMPLETE event
56ab5ab is described below

commit 56ab5ab706d0542f8924f082667e45d2499f88f3
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Mon Jan 22 09:31:36 2018 +1100

    Print QUIC_EVENT_HANDSHAKE_PACKET_WRITE_COMPLETE event
---
 iocore/net/quic/QUICDebugNames.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/iocore/net/quic/QUICDebugNames.cc b/iocore/net/quic/QUICDebugNames.cc
index a35f476..088cd0b 100644
--- a/iocore/net/quic/QUICDebugNames.cc
+++ b/iocore/net/quic/QUICDebugNames.cc
@@ -148,6 +148,8 @@ QUICDebugNames::quic_event(int event)
     return "QUIC_EVENT_PACKET_READ_READY";
   case QUIC_EVENT_PACKET_WRITE_READY:
     return "QUIC_EVENT_PACKET_WRITE_READY";
+  case QUIC_EVENT_HANDSHAKE_PACKET_WRITE_COMPLETE:
+    return "QUIC_EVENT_HANDSHAKE_PACKET_WRITE_COMPLETE";
   case QUIC_EVENT_CLOSING_TIMEOUT:
     return "QUIC_EVENT_CLOSING_TIMEOUT";
   case QUIC_EVENT_SHUTDOWN:

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].