You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: subjects/net-cat/audit/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
#### Functional
2
2
3
-
##### Try running `"./TCPChat"`.
3
+
##### Try running `./TCPChat`.
4
4
5
5
###### Is the server listening for connections on the default port?
6
6
7
-
##### Try running `"./TCPChat" 2525 localhost`.
7
+
##### Try running `./TCPChat 2525 localhost`.
8
8
9
9
```
10
10
[USAGE]: ./TCPChat $port
11
11
```
12
12
13
13
###### Did the server respond with usage, as above?
14
14
15
-
##### Try running `"./TCPChat 2525"`.
15
+
##### Try running `./TCPChat 2525`.
16
16
17
17
###### Is the server listening for connections on the port 2525?
18
18
19
-
##### 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>"`.
19
+
##### 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>`.
20
20
21
21
###### Do both clients connect to the server with success?
0 commit comments