Skip to content

Alexandersande18/network-programming-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages