Linux Network Programming--Advanced Socket Function

  

Computer Store News

1 recv and send recv and send functions provide similar functionality to read and write. However, they provide a fourth parameter to control read and write operations. int recv(int sockfd, Void *buf, int len, int flags) int send(int sockfd, void *buf, int len, int flags) The first three parameters are the same as read and write, and the fourth parameter can be 0 or a combination of the following _______________________________________________________________

Copyright © Windows knowledge All Rights Reserved