https://github.com/moki/computer-networks
computer networks things
https://github.com/moki/computer-networks
Last synced: about 2 months ago
JSON representation
computer networks things
- Host: GitHub
- URL: https://github.com/moki/computer-networks
- Owner: moki
- Created: 2019-06-20T13:00:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T16:37:22.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T08:46:52.234Z (4 months ago)
- Language: C
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Computer Networks
Basics:
|
*--Server:
| |
| *--*---------------------TCP/IP--------------------------*
| | Dive into basic concurrency control in the networks |
| | at the server side |
| *-----------------------------------------------------*
| |
| *--Sequential server: seq-tcpip/
| |
| *--New thread for each peer: thread-per-peer-tcpip/
| |
| *--Thread pool server: thread-pool-tcpip/
| |
| *--Async concurrent server with libuv: async-libuv-tcpip/