Fold the shutdown flags into one, take the smallest frame to the wire minimum, drop the speed column
This commit is contained in:
@@ -15,9 +15,8 @@ type mmsghdr struct {
|
||||
|
||||
func htons(v uint16) uint16 { return v<<8 | v>>8 }
|
||||
|
||||
// Set through the FORCE options alone: the plain ones are clamped to wmem_max
|
||||
// and rmem_max, so falling back to them would quietly leave a fraction of this
|
||||
// and go on measuring as though it had not.
|
||||
// Set through the FORCE options alone, since the plain ones are clamped to
|
||||
// wmem_max and rmem_max and would quietly leave a fraction of this.
|
||||
const (
|
||||
sndbufBytes = 8 << 20
|
||||
rcvbufBytes = 64 << 20
|
||||
|
||||
Reference in New Issue
Block a user