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
相關文章
相關標籤/搜索