Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-08 | Implement /proc/sys/net/ipv4/ip_local_port_range | Kevin Krakauer | |
Speeds up the socket stress tests by a couple orders of magnitude. PiperOrigin-RevId: 361721050 | |||
2021-02-11 | Let sentry understand tcpip.ErrMalformedHeader | Kevin Krakauer | |
Added a LINT IfChange/ThenChange check to catch this in the future. PiperOrigin-RevId: 357077564 | |||
2021-01-28 | Change tcpip.Error to an interface | Tamir Duberstein | |
This makes it possible to add data to types that implement tcpip.Error. ErrBadLinkEndpoint is removed as it is unused. PiperOrigin-RevId: 354437314 |