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

maskit 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 94d86f4  Maybe we should not retransmit PATH_CHALLENGE frames
94d86f4 is described below

commit 94d86f4f899ad3a34179b920ae350cf821e6add5
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Fri Jun 1 16:55:42 2018 +0900

    Maybe we should not retransmit PATH_CHALLENGE frames
---
 iocore/net/quic/QUICPacketRetransmitter.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/iocore/net/quic/QUICPacketRetransmitter.cc 
b/iocore/net/quic/QUICPacketRetransmitter.cc
index 5f9ba33..e1bd163 100644
--- a/iocore/net/quic/QUICPacketRetransmitter.cc
+++ b/iocore/net/quic/QUICPacketRetransmitter.cc
@@ -43,6 +43,7 @@ QUICPacketRetransmitter::retransmit_packet(const QUICPacket 
&packet)
     switch (frame->type()) {
     case QUICFrameType::PADDING:
     case QUICFrameType::ACK:
+    case QUICFrameType::PATH_CHALLENGE:
       break;
     default:
       frame = QUICFrameFactory::create_retransmission_frame(frame->clone(), 
packet);

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to