neqo icon indicating copy to clipboard operation
neqo copied to clipboard

Consider implementing Careful Resume

Open mxinden opened this issue 10 months ago • 3 comments

@larseggert @martinthomson thoughts on adding Careful Resume to Neqo?

https://datatracker.ietf.org/doc/draft-ietf-tsvwg-careful-resume/

mxinden avatar Jan 27 '25 13:01 mxinden

Yes, depending on how much work this would be.

larseggert avatar Jan 27 '25 14:01 larseggert

I'm working on a proof of concept implementation over here: https://github.com/Finic8/neqo/tree/cr

It' is relatively self contained, so not much needs to be changed overall.

Finic8 avatar Feb 27 '25 16:02 Finic8

Thanks for working on this! One general suggestion is to rebase onto our upstream main regularly. That way, git usually does it without intervention; if you fall behind too much, you'll need to manually rebase which can be a bit of a pain.

larseggert avatar Feb 27 '25 16:02 larseggert