[cli-tcp] use TCP Circular Send Buffer in TCP CLI tool and test (#7867)

This commit is contained in:
Sam Kumar
2022-09-19 10:30:48 -07:00
committed by Jonathan Hui
parent 19f9ba20a3
commit 9d76424c3c
3 changed files with 204 additions and 72 deletions
+2 -2
View File
@@ -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"