chore: reduce udp buffer sizes to 4k & pipe buffer size to 32k

This commit is contained in:
Toby
2022-11-02 22:47:38 -07:00
parent 0119024392
commit a5985c5b6f
10 changed files with 10 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ import (
"github.com/LiamHaworth/go-tproxy"
)
const udpBufferSize = 65535
const udpBufferSize = 4096
type UDPTProxy struct {
HyClient *core.Client