gustavonihei commented on a change in pull request #4716: URL: https://github.com/apache/incubator-nuttx/pull/4716#discussion_r735807590
########## File path: arch/sim/Kconfig ########## @@ -127,15 +127,32 @@ config SIM_WALLTIME_SIGNAL endchoice +choice + prompt "Simulated Network Interface" + default SIM_NETNULL if !NET_ETHERNET + default SIM_NETDEV if NET_ETHERNET + +config SIM_NETNULL + bool "Simulated Network NULL Device" + ---help--- + Simulated Network NULL Device. + config SIM_NETDEV bool "Simulated Network Device" - default y select ARCH_HAVE_NETDEV_STATISTICS select SCHED_LPWORK depends on NET_ETHERNET ---help--- Build in support for a simulated network device. +config SIM_NETUSRSOCK + bool "Simulated Network Device with Native Stack via usrsock" + depends on NET_USRSOCK + ---help--- + Build-in support for a simulated network device using native stack via usrsock Review comment: ```suggestion Built-in support for a simulated network device using native stack via usrsock ``` It is still not fully correct. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org