Hello,
I am currently working with the Nordic nRF7002-DK board running the Zephyr operating system, and my objective is to transmit data over TCP. However, I have encountered an issue in configuring the maximum data packet size for transmission.
Currently, I am limited to sending up to 1460 bytes per packet, but I would like to increase this capacity. I am having difficulties configuring my prj.conf file correctly to achieve this.
Below, you will find what I believe to be the relevant section of the prj.conf file:
CONFIG_NET_TC_TX_COUNT=4 CONFIG_NET_PKT_RX_COUNT=32 CONFIG_NET_PKT_TX_COUNT=32 CONFIG_NET_BUF_RX_COUNT=32 CONFIG_NET_BUF_TX_COUNT=32 CONFIG_HEAP_MEM_POOL_SIZE=153600 CONFIG_NET_BUF_DATA_SIZE=256
I kindly request your assistance in resolving this matter. Please do not hesitate to contact me for any additional information you may require.
I appreciate your time and wish you a productive day.