This website requires JavaScript.
Explore
Help
Register
Sign In
GuanM
/
hysteria
Watch
1
Star
0
Fork
0
You've already forked hysteria
mirror of
https://github.com/cedar2025/hysteria.git
synced
2025-06-14 00:19:57 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
hysteria
/
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