Set updates the OS network stack with a new Config. It may be called multiple times with identical Configs, which the implementation should handle gracefully.
(*Config)
| 34 | // called multiple times with identical Configs, which the |
| 35 | // implementation should handle gracefully. |
| 36 | Set(*Config) error |
| 37 | |
| 38 | // Close closes the router. |
| 39 | Close() error |
no outgoing calls