Skip to content

Commit d7ec0a1

Browse files
authored
Update README.md
1 parent 5af0cd3 commit d7ec0a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Implement a Multithreaded File Server Using Tcp Sockets.
77

88
## File Server (Upload/Download) Using TCP Sockets using python language
99
- **SOCK_STREAM** keyword in socket definition implies that the sockets are ***TCP***, in case of **SOCK_DGRAM** it would ***UDP*** sockets.
10-
- self.s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
10+
- `self.s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)`
1111
- Multiple Clients Can Connect to the Server.
1212
- There are 3 files named temp.py, temp2.py and temp3.py
1313
- First run the multiserver.py(in server folder), then run all the above(files in client folder)

0 commit comments

Comments
 (0)