17 lines
370 B
YAML
17 lines
370 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
|
|
net.tcp.variable_buf_size:
|
|
extra_configs:
|
|
- CONFIG_NET_BUF_VARIABLE_DATA_SIZE=y
|
|
- CONFIG_NET_BUF_DATA_POOL_SIZE=4096
|