hysteria/app/internal
Haruue 34574e0339
refactor: proxymux
This commit rewrites proxymux package to provide following functions:

+ proxymux.ListenSOCKS(address string)
+ proxymux.ListenHTTP(address string)

both are drop-in replacements for net.Listen("tcp", address)

The above functions can be called with the same address to take
advantage of the mux feature.

Tests are not included, but we will have them very soon.

This commit should be in PR #1006, but I ended up with it in a separate
branch here. Please rebase if you want to merge it.
2024-04-11 21:16:17 +08:00
..
forwarding ci: add race detector flag to hyperbole & fix a race condition in UDPTunnel 2023-10-05 14:22:17 -07:00
http feat(wip): test reworks for app 2023-07-27 13:13:07 -07:00
proxymux refactor: proxymux 2024-04-11 21:16:17 +08:00
redirect feat: TCP redirect mode 2023-09-10 17:32:30 -07:00
socks5 feat(wip): test reworks for app 2023-07-27 13:13:07 -07:00
tproxy fix: TProxy UDP error log 2023-08-10 22:15:55 -07:00
tun chore: adjust imports 2024-03-22 15:50:58 -07:00
url feat: udp port hopping 2023-08-30 20:02:18 -07:00
utils feat: load previous download when download fail 2024-02-22 01:41:08 +08:00
utils_test feat(wip): test reworks 2023-07-26 13:48:08 -07:00