# epoll-socket **Repository Path**: backbus/epoll-socket ## Basic Information - **Project Name**: epoll-socket - **Description**: epoll socket - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-04-30 - **Last Updated**: 2023-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # epoll服务程序 ## 编译 ``` make ``` ## 测试 ### 1、server服务端 ``` ./server ``` ### 2、client客户端 ``` Usage: client [-t ] --------------------------------------------- [type] [info] 1 Test message 2 Response message --------------------------------------------- ```