Skip to content

unacked tcp frames (tcp_window_full, unacked_len and send_data_total) #67738

Answered by jukkar
lmikl asked this question in Q&A
Discussion options

You must be logged in to vote

See https://docs.zephyrproject.org/latest/connectivity/networking/net_config_guide.html#tcp-options about setting the TX window size.
You should make the TX window smaller so that there is enough network buffers to send data and not just queue it. You could also increase the size of the TX net_buf's if there is enough RAM in the system.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GeorgeCGV
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants