moki / computer-networks

computer networks things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

computer networks things


Languages

Language:C 91.1%Language:Makefile 8.9%