1. dc60baf Use new connection ID in connection migration on the client side. by haoyuewang · 4 years ago
  2. bfba46b s/std::optional/absl::optional/ in QuicConnectionIdManager. by wub · 4 years ago
  3. 8490896 Add more APIs to Quic.*ConnectionIdManager for later connection migration with new connection ID change. by haoyuewang · 4 years ago
  4. 1ccd0bc Use std::array<char, 16> instead of uint128 for StatelessResetToken. by bnc · 4 years ago
  5. c7556a0 Remove QuicUint128 from platform. by bnc · 4 years ago
  6. e3c51d9 Add support such that quic connection can send/receive NEW_CONNECTION_ID & by haoyuewang · 4 years, 1 month ago
  7. 1673946 Move QUIC_EXPORT into QUICHE platform. by vasilvv · 4 years, 2 months ago
  8. e962f76 Add ReplaceConnectionId to QuicPeerIssuedConnectionId manager to support connection ID replacement via long packet header. by haoyuewang · 4 years, 2 months ago
  9. d0b353c Add QuicSelfIssuedConnectionIdManager that handles RetireConnectionId Frame. by haoyuewang · 4 years, 2 months ago
  10. 47d67c3 Add PeerIssuedConnectionIdManager that handles NewConnectionId Frame. by haoyuewang · 4 years, 2 months ago