This website requires JavaScript.
Explore
Help
Register
Sign In
GuanM
/
hysteria-dev
Watch
1
Star
0
Fork
0
You've already forked hysteria-dev
mirror of
https://github.com/cmz0228/hysteria-dev.git
synced
2025-06-11 06:49:53 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
hysteria-dev
/
pkg
/
core
History
Toby
b09880a050
Split host & port in the protocol, and make each domain resolves only once even when ACL is enabled, improving performance and ensuring consistency of connection destinations
2021-04-19 00:20:22 -07:00
..
client_udp_test.go
Implemented UDP for both server & client
2021-03-27 16:51:15 -07:00
client.go
Split host & port in the protocol, and make each domain resolves only once even when ACL is enabled, improving performance and ensuring consistency of connection destinations
2021-04-19 00:20:22 -07:00
obfs.go
Passthrough required methods for quic-go to increase the buffer size (
https://github.com/lucas-clemente/quic-go/wiki/UDP-Receive-Buffer-Size
)
2021-04-02 14:20:48 -07:00
protocol.go
Split host & port in the protocol, and make each domain resolves only once even when ACL is enabled, improving performance and ensuring consistency of connection destinations
2021-04-19 00:20:22 -07:00
server_client.go
Split host & port in the protocol, and make each domain resolves only once even when ACL is enabled, improving performance and ensuring consistency of connection destinations
2021-04-19 00:20:22 -07:00
server.go
Protocol version check
2021-04-18 18:07:01 -07:00