xiaoxiang781216 commented on a change in pull request #588: sim: add a pseudo 
netdev backed by vpnkit
URL: https://github.com/apache/incubator-nuttx/pull/588#discussion_r394933857
 
 

 ##########
 File path: arch/sim/Kconfig
 ##########
 @@ -117,15 +117,35 @@ config SIM_NETDEV
        select ARCH_HAVE_NETDEV_STATISTICS
        select SCHED_LPWORK
        select SIM_WALLTIME
+       ---help---
+               Build in support for a simulated network device.
+
+if SIM_NETDEV
+
+choice
+       prompt "Simulated Network Device Type"
+       default SIM_NETDEV_TAP
+
+config SIM_NETDEV_TAP
+       bool "Simulated Network Device with TAP/WPCAP"
        ---help---
                Build in support for a simulated network device using a TAP 
device on Linux or
                WPCAP on Windows.
 
+config SIM_NETDEV_VPNKIT
+       bool "Simulated Network Device with VPNKit"
 
 Review comment:
   Could you update the related section in:
   boards\sim\sim\sim\README.txt
   boards\sim\sim\sim\NETWORK-LINUX.txt

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to