File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Implement a Multithreaded File Server Using Tcp Sockets.
9
9
- ** SOCK_STREAM** keyword in socket definition implies that the sockets are *** TCP*** , in case of ** SOCK_DGRAM** it would *** UDP*** sockets.
10
10
- ` self.s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) `
11
11
- 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)
14
14
- With the help of Multithreading, You can download from a server and upload on the server through different clients.
15
15
- Server create one thread for each client.
16
16
- The line below will create thread for every client connection
You can’t perform that action at this time.
0 commit comments