-
Notifications
You must be signed in to change notification settings - Fork 0
sdumi/dum_sockserver
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Test Sock Server ================ Configuring and Building ======================== Currently no configuration is needed, as there is no installation script. To build the process: g++ -o sockserver sockserver.cc Running and connecting to server ================================ To run the server invoke the executable name and give a port number: ./sockserver 112233 To connect to server, simply telnet to host (ie: localhost) on the port specified at server startup: telnet localhost 112233
About
Just for learning purposes: a simple sock server: single threaded, single process which handles multiple clients.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published