Stack is a struct that interacts with third-party network stack. It implements inet.Stack and plugin.PluginStack.
| 30 | // Stack is a struct that interacts with third-party network stack. |
| 31 | // It implements inet.Stack and plugin.PluginStack. |
| 32 | type Stack struct { |
| 33 | inet.Stack |
| 34 | |
| 35 | notifier *Notifier |
| 36 | } |
| 37 | |
| 38 | var stack *Stack |
| 39 |
nothing calls this directly
no outgoing calls
no test coverage detected