Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 190 Bytes

File metadata and controls

8 lines (7 loc) · 190 Bytes

UNP

Network Programming based on Linux

本例是复习unp很好的demo。 特点: 1、数据通讯协议:google protobuf; 2、server:使用epoll; 3、client:使用select。