Skip to content

Commit 5af0cd3

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Socket-Programming-TCP-Multithreading
2-
### Problem Statement For Above Code
2+
### Problem Statement for the above Code
33
Implement a Multithreaded File Server Using Tcp Sockets.
44
<p align="left">
55
<img width="580" height="490" src="https://github.com/TejasTidke/Socket-Programming-TCP-Multithreading/blob/master/server/files/question.jpeg">
66
</p>
77

88
## File Server (Upload/Download) Using TCP Sockets using python language
9+
- **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)
911
- Multiple Clients Can Connect to the Server.
1012
- There are 3 files named temp.py, temp2.py and temp3.py
1113
- First run the multiserver.py(in server folder), then run all the above(files in client folder)

0 commit comments

Comments
 (0)