Skip to content

Commit

Permalink
2023.11.24-00:42
Browse files Browse the repository at this point in the history
  • Loading branch information
slankdev committed Nov 24, 2023
1 parent 0d60ffe commit 83e433c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
8 changes: 2 additions & 6 deletions examples/trex/dual_node_single_instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

```
tinet upconf | sudo sh -xe
docker exec -it T2 bash
./t-rex-64 --astf --astf-server-only -f tcp_openclose.py --cfg server.yaml
docker exec -it T1 bash
./t-rex-64 --astf --astf-client-mask 0x1 -f tcp_open.py --cfg client.yaml
docker exec -it T2 ./t-rex-64 --astf --astf-server-only -f tcp_open.py --cfg server.yaml
docker exec -it T1 ./t-rex-64 --astf --astf-client-mask 0x1 -f tcp_open.py --cfg client.yaml
```
5 changes: 2 additions & 3 deletions examples/trex/single_node_dual_instance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

```
tinet upconf | sudo sh -xe
docker exec -it T1
./t-rex-64 --astf --astf-client-mask 0x1 -f tcp_open.py --cfg client.yaml
./t-rex-64 --astf --astf-server-only -f tcp_open.py --cfg server.yaml
docker exec -it T1 ./t-rex-64 --astf --astf-server-only -f tcp_open.py --cfg server.yaml
docker exec -it T1 ./t-rex-64 --astf --astf-client-mask 0x1 -f tcp_open.py --cfg client.yaml
```

0 comments on commit 83e433c

Please sign in to comment.