TCP、UDP

ssize_t send(int sockfd, const void *buf, size_t len, int flags); ssize_t recv(int sockfd, void *buf, size_t len, int flags); ssize_t read(int fd, void *buf, size_t count); ssize_t write(int fd, const
相关文章
相关标签/搜索