recvfrom(int s, void *buf, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen);/函数简单了解
#include#includessize_trecvfrom(ints,void*buf,size_tlen,intflags,structsockaddr*from,socklen_t*fromlen);第1个参数s代表正在监听的端口的套接口文件描述符,它是由函数socket()生成的第2个参数buff表示接收数据缓冲区,接收到的数据将放在这个指针所指向的内存空间中第3个参数len表示接收数据