esp-mdf icon indicating copy to clipboard operation
esp-mdf copied to clipboard

node节点通信会有mesh_schedule的提示

Open llltong opened this issue 3 years ago • 1 comments

root节点和node节点间通信正常了,只是是一直有这一条数据弹出,这个怎么解决?

W (625791) mesh: [mesh_schedule.c,3081] [WND-RX]max_wnd:2, 300 ms timeout, seqno:0, xseqno:185, no_wnd_count:0, timeout_count:0

D (625891) [router_example, 374]: Node receive: c8:c9:a3:e0:59:6c, size: 17, data: (244) Hello node![0m D (628876) [router_example, 409]: Node send, size: 74, data: {"src_addr": "c8:c9:a3:e0:59:c8","data": "Hello TCP Server!","count": 185}[0m D (629257) [router_example, 374]: Node receive: c8:c9:a3:e0:59:6c, size: 17, data: (245) Hello node![0m D (632245) [router_example, 409]: Node send, size: 74, data: {"src_addr": "c8:c9:a3:e0:59:c8","data": "Hello TCP Server!","count": 186}[0m

W (632549) mesh: [mesh_schedule.c,3081] [WND-RX]max_wnd:2, 300 ms timeout, seqno:0, xseqno:187, no_wnd_count:0, timeout_count:0

D (632656) [router_example, 374]: Node receive: c8:c9:a3:e0:59:6c, size: 17, data: (246) Hello node![0m

llltong avatar Oct 16 '21 02:10 llltong

You can increase the qsize by esp_mesh_set_xon_qsize() or menuconfig-> MDF Mwifi ->Transmission config, or decrease the number of mesh max connections.

shenjun7 avatar Oct 25 '21 02:10 shenjun7