zephyr/samples/net
Jordan Yates 80f7124155 samples: net: zperf: fix NRF_WIFI_DATA_HEAP_SIZE
Commit e33d9ee4 incorrectly stated that:
 > Now that nRF70 by default uses zero-copy fine-tune the configuration
   to get optimal memory while getting peak throughputs.

This is incorrect since `NRF_WIFI_ZERO_COPY_TX` is only enabled by
default for the nRF54L series. Update the data heap size so that the
smaller value is only used when `NRF_WIFI_ZERO_COPY_TX` is enabled.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-04-22 10:00:19 +02:00
..
capture
cellular_modem modem: modem_cellular: Configurable MTU for CMUX 2025-03-24 19:33:07 +01:00
cloud net: mqtt: Add MQTT 5.0 support for DISCONNECT 2025-03-26 16:19:42 +01:00
common samples: net: common: Check that tunnel config options are valid 2025-04-02 10:29:29 +02:00
dhcpv4_client boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_resolve boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dsa net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
gptp samples/net: Misc native_posix naming cleanup 2025-03-07 20:10:38 +01:00
ipv4_autoconf drivers: wifi: make WIFI_BUILD_ONLY_MODE global symbol 2024-12-18 18:17:16 +01:00
lldp
lwm2m_client samples: net: lwm2m: Refactor to use NET_SAMPLE Kconfig prefix 2025-03-27 09:51:31 +01:00
mdns_responder samples: net: mdns_responder: Refactor VLAN support 2025-03-20 17:16:10 +01:00
mqtt_publisher samples: net: Replace OVERLAY_CONFIG with EXTRA_CONF_FILE 2025-03-26 16:20:36 +01:00
mqtt_sn_publisher samples/net: Remove native_posix overlays 2025-03-07 19:16:14 +01:00
openthread drivers: ethernet: Remove deprecated eth_mcux 2025-02-26 22:04:26 +00:00
pkt_filter samples: net: pkt_filter: Add Ethernet support to prj.conf 2025-04-17 21:18:26 +02:00
prometheus samples: net: http_server: concurrent connections 2025-04-09 17:32:50 +02:00
promiscuous_mode
ptp samples/net: Misc native_posix naming cleanup 2025-03-07 20:10:38 +01:00
secure_mqtt_sensor_actuator samples: net: Replace OVERLAY_CONFIG with EXTRA_CONF_FILE 2025-03-26 16:20:36 +01:00
sockets samples: net: http_server: concurrent connections 2025-04-09 17:32:50 +02:00
stats net: stats: ipv4: pmtu: Add Path MTU Discovery statistics 2024-11-18 07:26:07 -05:00
syslog_net samples: net: syslog_net: add missing dep of net log backend 2025-01-04 10:56:12 +01:00
telnet boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
tftp_client
virtual
vlan samples: net: vlan: Refactor VLAN support 2025-03-20 17:16:10 +01:00
wifi samples: net: wifi: Add two variants of certs 2025-04-17 17:22:58 +02:00
wpan_serial tests/samples: use integration platforms where possible 2025-03-11 11:35:15 +01:00
zperf samples: net: zperf: fix NRF_WIFI_DATA_HEAP_SIZE 2025-04-22 10:00:19 +02:00
net.rst