kcptun icon indicating copy to clipboard operation
kcptun copied to clipboard

增加udp 拨号时 物理网络接口绑定 64c121a

Open hedahong opened this issue 4 years ago • 1 comments

1.增加udp 拨号时 物理网络接口绑定(当本机有多个网卡时,可以指定流量的出口网卡) 2.增加设定tcp缓存区大小设定。

hedahong avatar Sep 17 '20 09:09 hedahong

Firstly, big thanks for submitting this PR!

When I apply the patch, following error has occurred:

go: downloading golang.org/x/net v0.0.0-20200320220750-118fecf932d8 go: downloading github.com/tjfoc/gmsm v1.3.0 go: downloading github.com/klauspost/reedsolomon v1.9.3 go: downloading github.com/templexxx/cpu v0.0.1 go: downloading github.com/xtaci/lossyconn v0.0.0-20190602105132-8df528c0c9ae verifying github.com/tjfoc/[email protected]: checksum mismatch downloaded: h1:i7c6Za/IlgBvnGxYpfD7L3TGuaS+v6oGcgq+J9/ecEA= go.sum: h1:qhgkrZru95jFP9NbVPknJvc9vgkMXhOEzkOASKdc0oQ=

SECURITY ERROR This download does NOT match an earlier download recorded in go.sum. The bits may have been replaced on the origin server, or an attacker may have intercepted the download attempt.

It seems that the original package checksum is correct. Or could it be a regional issue?

shawwwn avatar Feb 07 '21 06:02 shawwwn