-
Notifications
You must be signed in to change notification settings - Fork 0
sinkinben/network-programming
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Unix Network Programming In this project, I wrote examples to show the basic usages of network programming API in unix systems. * basic - The basic usages of `connect, bind, listen, accept, send, recv` with TCP, it shows the mode of Client/Server, which is One-To-Many (i.e. one server to multiple servers). * select - The programming pattern of IO multiplexing `select`. * poll - The programming pattern of IO multiplexing `poll`. * epoll - The programming pattern of IO multiplexing `epoll`. * multi-thread-server - An example of multi-threads server, one thread for one client.
About
Network programming in unix systems.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published