Skip to content

Commit 49d1c9c

Browse files
authored
Update README.md
1 parent d7ec0a1 commit 49d1c9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Implement a Multithreaded File Server Using Tcp Sockets.
99
- **SOCK_STREAM** keyword in socket definition implies that the sockets are ***TCP***, in case of **SOCK_DGRAM** it would ***UDP*** sockets.
1010
- `self.s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)`
1111
- Multiple Clients Can Connect to the Server.
12-
- There are 3 files named temp.py, temp2.py and temp3.py
13-
- First run the multiserver.py(in server folder), then run all the above(files in client folder)
12+
- There are 3 files named *temp.py*, *temp2.py* and *temp3.py*
13+
- First run the *multiserver.py*(in server folder), then run all the above(files in client folder)
1414
- With the help of Multithreading, You can download from a server and upload on the server through different clients.
1515
- Server create one thread for each client.
1616
- The line below will create thread for every client connection

0 commit comments

Comments
 (0)