devsisters / goquic

QUIC support for Go
http://devsisters.github.io/goquic/
BSD 3-Clause "New" or "Revised" License
944 stars 100 forks source link

how to support 0-rtt at goquic's example #38

Open dickgang opened 8 years ago

dickgang commented 8 years ago

I have test goquic example(server and client), and i find it takes 2-rtt to fetch a page, my question is how to take 1-rtt to down a page, and connect cost 0-rtt, thanks a lot.

dickgang commented 8 years ago

@hodduc