User can set the desired number of network packets that are sent. There is an example config that sends 10000 packets and then stops the test application. Change-Id: I5aa9049236f7bebdc9ea9997b9eb1f672c6adcbf Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
CONFIG_NETWORKING=y
|
|
CONFIG_NETWORKING_WITH_LOOPBACK=y
|
|
CONFIG_NETWORKING_IPV6_NO_ND=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_NETWORK_LOOPBACK_TEST_COUNT=10000
|