-
Notifications
You must be signed in to change notification settings - Fork 851
Closed
Description
Port non-QUIC code changes to master
- Add HKDF wrapper (@maskit) - Add HKDF wrapper #5480
- Move common header compression logic (@maskit) - Separate out common header compression logic to hdrs directory #5465
- UDP layer optimization 04dfc12 (@scw00) - Update UDPNet for QUIC #5588
- MT_hashtable interface change (@maskit) - Update MT_Hashtable interface to use smart pointer #5664
- UDP packet dest address (@maskit) - Add dest addr information to incoming UDPPacket objects #5704
- Update test_UDPNet e5a65d7 (@masaori335) - Separate stubs for libinknet from test_I_UDPNet.cc #5615
- Add ats_unique_buf Add ats_unique_buf #5673
Fix critical issues
- Clang-analyzer failure Clang-analyzer build fails on quic branches #5663
Cleanup
Final step
- Branch quic-20 and make a PR against master
- Merge the PR -
Add QUIC draft-20 support #5594Add QUIC draft-20 support #5753