Back in June, Brad Fitzpatrick commented that there were no Go QUIC implementations.Is anyone aware of that having changed in the interim? For kicks I'm thinking about building a lightweight swigged interface to the chromium source.
--
You received this message because you are subscribed to the Google Groups "QUIC Prototype Protocol Discussion group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proto-quic+...@chromium.org.
To post to this group, send email to proto...@chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
Yeah, that's actually one of the reasons I'm thinking of swigging the chromium source.
Not just faster delivery time but also to the degree that it remains a moving target that's the best public reference implementation I know of.
Thanks.
Nothing to report to date.
I spent some time working with the chromium source, switching things to build as DSOs instead of static libraries, manually hacking swig builds, etc. The default build rules end up hiding all symbols in at least a few critical libs if the target is a .so. It's probably fairly easy to update the gyp rules to fix that, though I haven't actually tried since I haven't had a lot of free time since my first message to play with it.
My current thinking is that to start with it would be a patch set against the chromium source, though to be honest without even a working proof of concept it's probably a fairly distant concern. ;)