Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-09 | Move network internal code to internal package | Ghanan Gowripalan | |
Utilities written to be common across IPv4/IPv6 are not planned to be available for public use. https://golang.org/doc/go1.4#internalpackages PiperOrigin-RevId: 356554862 | |||
2021-01-19 | Per NIC NetworkEndpoint statistics | Arthur Sfez | |
To facilitate the debugging of multi-homed setup, track Network protocols statistics for each endpoint. Note that the original stack-wide stats still exist. A new type of statistic counter is introduced, which track two versions of a stat at the same time. This lets a network endpoint increment both the local stat and the stack-wide stat at the same time. Fixes #4605 PiperOrigin-RevId: 352663276 |