zephyr/drivers/net
Jukka Rissanen 0436ad9e78 drivers: net: loopback: Simulate real hw device
Instead of passing net_pkt as is to the receiving side of the
interface, clone the sent packet and drop the sent one.
This is needed mainly in TCP where passing the same packet from
sending to receiving side is causing havoc.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-11-15 12:27:14 +02:00
..
CMakeLists.txt
Kconfig
loopback.c drivers: net: loopback: Simulate real hw device 2017-11-15 12:27:14 +02:00
slip.c