mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 13:44:03 +03:00
Add new TCPBufferSize parameter to network
This commit is contained in:
@@ -29,4 +29,5 @@ var (
|
||||
type Dialer interface {
|
||||
Dial(network, address string) (net.Conn, error)
|
||||
DialContext(ctx context.Context, network, address string) (net.Conn, error)
|
||||
TCPBufferSize() int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user