hysteria/pkg/core
Haruue Icymoon 45fbdec453
chore: swap the const value of server hello reply
by setting StatusTCPOnly == 1, when a new version client connect to an
old version server, the client will treat the server as udp disabled and
will not submit a udp request or open a udp control stream.

this make the upgrade much more smoothly even if we don't change the
protocolVersion.
2022-08-28 20:25:50 +08:00
..
client.go feat: 1xRTT UDP relay 2022-08-28 17:55:40 +08:00
frag.go feat wip: bump protocol version & quic-go version, frag & defrag implementation 2022-02-25 00:14:22 -08:00
frag_test.go format: gofumpt 2022-08-13 11:04:28 -07:00
protocol.go chore: swap the const value of server hello reply 2022-08-28 20:25:50 +08:00
server.go feat: 1xRTT UDP relay 2022-08-28 17:55:40 +08:00
server_client.go feat: 1xRTT UDP relay 2022-08-28 17:55:40 +08:00
stream.go format: gofumpt 2022-08-13 11:04:28 -07:00