smoltcp icon indicating copy to clipboard operation
smoltcp copied to clipboard

Support for Multiple Network Devices in somltcp

Open lhw2002426 opened this issue 1 year ago • 1 comments

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.

lhw2002426 avatar Jul 10 '24 09:07 lhw2002426

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

rvbcldud avatar Jul 18 '24 18:07 rvbcldud