Conversation
…width, udp_enabled)
Preserves Hysteria2 features (fast_open, bandwidth) and AnyTLS/NaiveProxy support while merging upstream changes.
|
thanks for working on this. can you rebase your branch on |
Do you mean developing based on the current master branch of Shoes? Okay, perhaps I'll need to re-fork the Shoes project and then implement my TUN-related code based on the new forked project. I'm currently developing based on my own master branch (which includes the Hysteria2 implementation). |
|
Is there any progress on hystera2 supporting BBR? If so, I'd be happy to test it if you can fork the project and compile it using GitHub Actions. |
I see that the new version of Quinn's BBR is almost finished. Maybe we can wait for this Quinn PR to be merged and then upgrade Quinn. |
|
Thanks, been a bit busy this week but will look through the PR soon. |
What has been implemented so far is bbr1; bbr3 is not expected to be merged in the short term. |
|
closing due to the other PR |
Added TUN mode support for Windows to enable transparent proxying. This implementation covers interface creation and basic routing setup.