搜索结果

找到约 3 项符合 lsocket 的查询结果

网络 FTP服务器示例 实现客户发出请求下载服务端文件的功能 服务器能同时响应多个客户的请求 编译方式: cc TcpSer.c -o TcpSer -lsocket

FTP服务器示例 实现客户发出请求下载服务端文件的功能 服务器能同时响应多个客户的请求 编译方式: cc TcpSer.c -o TcpSer -lsocket
https://www.eeworm.com/dl/635/144620.html
下载: 110
查看: 1060

*行业应用 s1.c是server

s1.c是server,c.c是client, server負責接收client傳的數字進行運算並回傳,運用了同步的機制。編譯須加 -lsocket -lpthread -lrt
https://www.eeworm.com/dl/631/267457.html
下载: 127
查看: 1028

Linux/Unix编程 A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it

A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users. Platform: unix, linux, windows. compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr usage: smtpr <port number> (<relay server>)
https://www.eeworm.com/dl/619/292593.html
下载: 190
查看: 1040