# tcpbench **Repository Path**: giree2/tcpbench ## Basic Information - **Project Name**: tcpbench - **Description**: 使用splice 系统调用接收数据到文件中 - **Primary Language**: C - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-29 - **Last Updated**: 2023-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TCP benchmark stuff 编译: 进入sendfile文件 执行make ################################## server 端使用splice来将收到的数据写入RAD1文件中 ./sendfile -recv splice -sink RAD1 ################################## 客户端侧,将README中文件内容发送到服务器 ./sendfile server_ip README 来源:https://github.com/oraccha/tcpbench.git Copyright (C) 2009-2010 oraccha