TCP2 is no longer needed as it is the unique implementation since the legacy one has been removed. Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
11 lines
223 B
YAML
11 lines
223 B
YAML
common:
|
|
depends_on: netif
|
|
tags: net tcp
|
|
tests:
|
|
net.tcp.simple:
|
|
extra_configs:
|
|
- CONFIG_NET_TCP_RECV_QUEUE_TIMEOUT=1000
|
|
net.tcp.no_recv_queue:
|
|
extra_configs:
|
|
- CONFIG_NET_TCP_RECV_QUEUE_TIMEOUT=0
|