Hi all, We pushed the initial code for supporting QUIC to quic-latest branch, and a PR is also open for review. https://github.com/apache/trafficserver/pull/2342
The branch will be merged to master eventually but we are going to not merge it until it gets a certain level of quality. Please feel free to comment on the PR, and create issues if you find something we need to discuss or improve. Pull Requests against quic-latest branch are also very well-come. The activity will be tracked on this GitHub project below. https://github.com/apache/trafficserver/projects/8 Some documentations are available on our wiki. https://cwiki.apache.org/confluence/display/TS/QUIC Currently, most items in the first implementation[1] are covered, and the rest for it is connection close part and draft pre-05 support. However, test cases are not complete at all and probably there are lots of bugs. Just adding a test case will be really helpful. Masaori and I are focusing on bringing it to the next interop meeting in October[2]. If you are more interested in implementing rest of features, next big step will be the second implementation[3]. To avoid duplicate work, and to collaborate with each other, please remember to say Hi before start working. Creating an issue is good start. [1] https://github.com/quicwg/base-drafts/wiki/First-Implementation [2] https://github.com/quicwg/wg-materials/blob/master/interim-17-10/arrangements.md [3] https://github.com/quicwg/base-drafts/wiki/Second-Implementation-Draft Thanks, Masakazu