mirror of
https://github.com/cmz0228/hysteria-dev.git
synced 2025-07-22 11:28:02 +00:00
chore: reduce udp buffer sizes to 4k & pipe buffer size to 32k
This commit is contained in:
@@ -8,7 +8,7 @@ import (
|
||||
"github.com/LiamHaworth/go-tproxy"
|
||||
)
|
||||
|
||||
const udpBufferSize = 65535
|
||||
const udpBufferSize = 4096
|
||||
|
||||
type UDPTProxy struct {
|
||||
HyClient *core.Client
|
||||
|
Reference in New Issue
Block a user