Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-22 | Extract common nested LinkEndpoint pattern | Bruno Dal Bo | |
... and unify logic for detached netsted endpoints. sniffer.go caused crashes if a packet delivery is attempted when the dispatcher is nil. Extracted the endpoint nesting logic into a common composable type so it can be used by the Fuchsia Netstack (the pattern is widespread there). PiperOrigin-RevId: 317682842 |