mirror of
https://github.com/espressif/openthread.git
synced 2026-08-29 21:39:54 +00:00
[cli-tcp] use TCP Circular Send Buffer in TCP CLI tool and test (#7867)
This commit is contained in:
@@ -33,11 +33,11 @@ source "tests/scripts/expect/_multinode.exp"
|
||||
setup_two_nodes
|
||||
|
||||
switch_node 1
|
||||
send "tcp init\n"
|
||||
send "tcp init circular\n"
|
||||
expect_line "Done"
|
||||
|
||||
switch_node 2
|
||||
send "tcp init\n"
|
||||
send "tcp init linked\n"
|
||||
expect_line "Done"
|
||||
set addr_2 [get_ipaddr mleid]
|
||||
send "tcp listen :: 30000\n"
|
||||
|
||||
Reference in New Issue
Block a user