You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry to open an issue for that but let me explain the situation. I'm currently performing formal specification testing on 0RTT of different QUIC implementations using Ivy (https://github.com/ElNiak/QUIC-FormalVerification) of QUIC draft 29 and the final RFC9000.
The problem is that 0RTT is not directly implemented in your EchoClient.h example. Thus I added that by myself and now I need your confirmation that it was correctly done.
Note that for my tests, I need to close a first connection that is used to get TLS session tickets and then reopen a second connection with 0RTT.
Also note that i need persitant ticket cache.
Here is the code I use for draft 29, mvfst commit is: 36111c1
Hello everyone,
Sorry to open an issue for that but let me explain the situation. I'm currently performing formal specification testing on 0RTT of different QUIC implementations using Ivy (https://github.com/ElNiak/QUIC-FormalVerification) of QUIC draft 29 and the final RFC9000.
The problem is that 0RTT is not directly implemented in your
EchoClient.h
example. Thus I added that by myself and now I need your confirmation that it was correctly done.Note that for my tests, I need to close a first connection that is used to get TLS session tickets and then reopen a second connection with 0RTT.
Also note that i need persitant ticket cache.
Here is the code I use for draft 29, mvfst commit is:
36111c1
Here is the code I use for last version of QUIC and mvfst:
a34dc237104c6df3daca48afac51ca5777c5490e
Thank you !!
ElNiak
The text was updated successfully, but these errors were encountered: