smoltcp
smoltcp copied to clipboard
Support for Multiple Network Devices in somltcp
Hello,
I'm new to somltcp and have a question about using multiple network devices (e.g., eth0 + loopback). I noticed that all the examples only use a single device, and from the source code, it appears that each Interface corresponds to only one network device.
Does this mean I need to manage multiple Interfaces myself if I want to use multiple network devices?
Thank you for your help.
I am interested in the answer to this as well.
I believe you may have to create an (Interface, Device) pair for each actual network interface