blob: a60128f049c5e9c5efa88c36356e0e6b02311def [file] [log] [blame]
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
net.tcp.variable_buf_size:
extra_configs:
- CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
- CONFIG_NET_BUF_DATA_POOL_SIZE=4096