mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-13 04:24:09 +08:00
Change: use default tcp buffer size
This commit is contained in:
@@ -54,11 +54,11 @@ const (
|
|||||||
|
|
||||||
// tcpDefaultBufferSize is the default size of the send buffer for
|
// tcpDefaultBufferSize is the default size of the send buffer for
|
||||||
// a transport endpoint.
|
// a transport endpoint.
|
||||||
tcpDefaultSendBufferSize = stack.DefaultBufferSize
|
tcpDefaultSendBufferSize = tcp.DefaultSendBufferSize
|
||||||
|
|
||||||
// tcpDefaultReceiveBufferSize is the default size of the receive buffer
|
// tcpDefaultReceiveBufferSize is the default size of the receive buffer
|
||||||
// for a transport endpoint.
|
// for a transport endpoint.
|
||||||
tcpDefaultReceiveBufferSize = stack.DefaultBufferSize
|
tcpDefaultReceiveBufferSize = tcp.DefaultReceiveBufferSize
|
||||||
)
|
)
|
||||||
|
|
||||||
type Option func(*stack.Stack) error
|
type Option func(*stack.Stack) error
|
||||||
|
Reference in New Issue
Block a user