Fold the shutdown flags into one, take the smallest frame to the wire minimum, drop the speed column

This commit is contained in:
flamingcow
2026-08-04 22:12:07 -07:00
parent 19b0f1d2ea
commit 12cef6a89b
3 changed files with 23 additions and 23 deletions
+2 -3
View File
@@ -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