Skip to content

Commit

Permalink
[cli] TCP readme corrections (openthread#9593)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhodie authored Nov 9, 2023
1 parent 6edb06e commit e987138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cli/README_TCP.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ On node 2, initialize the TCP CLI module, connect to node 1, and send a simple m

### Result

After running the `tcp connect` command on node 1, you should see a printout on node 1 similar to below:
After running the `tcp connect` command on node 2, you should see a printout on node 2 similar to below:

```bash
TCP: Connection established
```

In addition, you should also see a printout on node 2 similar to below:
In addition, you should also see a printout on node 1 similar to below:

```bash
Accepted connection from [fe80:0:0:0:8f3:f602:bf9b:52f2]:49152
TCP: Connection established
```

After running the `tcp send` command on node 1, you should see a printout on node 2 similar to below:
After running the `tcp send` command on node 2, you should see a printout on node 1 similar to below:

```bash
TCP: Received 5 bytes: hello
Expand Down

0 comments on commit e987138

Please sign in to comment.