We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7549ee commit eb4f84eCopy full SHA for eb4f84e
README.md
@@ -5,7 +5,7 @@ Socket programming in python. You will find follwing on top of vanilla implement
5
* Handling of variable length data by passing data size along with payload
6
* Passing data type with payload as additional information to take specific action accordingly (eg. if data type is image then save it)
7
* Using keyboard interrupt to close client and server cleanly
8
-* Specifng list of trusted client so that no untrusted client could be connected
+* Specifying the list of trusted client so that no untrusted client could be connected
9
10
Feel free to request more feature you would like, i wil try to add it in free time
11
0 commit comments