You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor network device handling for flexible device support
Separate network device handling to support various network backends,
such as Slirp, instead of hard-coding the TAP device. The '-netdev'
flag can now be used to specify the network device type, defaulting
to TAP if unspecified. Additionally, packet transfer functions are
now tailored to each network device, enabling more modular and
extensible network device development.
0 commit comments