decrease copy buffer

This commit is contained in:
ginuerzh
2022-03-31 21:06:33 +08:00
parent 47cfc087e9
commit fc1e6e8ff2
4 changed files with 11 additions and 4 deletions

View File

@ -46,7 +46,7 @@ func (d *NetDialer) Dial(ctx context.Context, network, addr string) (net.Conn, e
if d.DialFunc != nil {
return d.DialFunc(ctx, network, addr)
}
log.Infof("interface: %s %v/%s", ifceName, ifAddr, network)
log.Debugf("interface: %s %v/%s", ifceName, ifAddr, network)
switch network {
case "udp", "udp4", "udp6":