Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sadiqui authored Dec 10, 2024
1 parent bc94fc9 commit 1969ca4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions subjects/net-cat/audit/README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#### Functional

##### Try running `"./TCPChat"`.
##### Try running `./TCPChat`.

###### Is the server listening for connections on the default port?

##### Try running `"./TCPChat" 2525 localhost`.
##### Try running `./TCPChat 2525 localhost`.

```
[USAGE]: ./TCPChat $port
```

###### Did the server respond with usage, as above?

##### Try running `"./TCPChat 2525"`.
##### Try running `./TCPChat 2525`.

###### Is the server listening for connections on the port 2525?

##### Try opening 3 terminals, run on the first terminal the command `"./TCPChat <port>"` and on the second and third terminal run the command `"nc <host ip> <port>"`.
##### Try opening 3 terminals, run on the first terminal the command `./TCPChat <port>` and on the second and third terminal run the command `nc <host ip> <port>`.

###### Do both clients connect to the server with success?

Expand Down

0 comments on commit 1969ca4

Please sign in to comment.