Skip to content

Latest commit

 

History

History
34 lines (33 loc) · 540 Bytes

File metadata and controls

34 lines (33 loc) · 540 Bytes

UESTC Network Programming Lab

Lab2 - Socket封装

测试用例为echo服务器与客户端

编译:

make

测试:两个终端分别执行

./server
./client

Lab3 - thread & threadpool

测试用例为生产者消费者模型 编译:同Lab2 测试:分别执行

./thread
./threadpool

Lab4 - epoll & reactor

同Lab2

Lab5 - timer

测试用例为启动两个定时任务,一个定时0.5s执行,另一个0.8s 编译:同Lab2 执行:

./timer