UNIX Network Programming Reading Notes: recv and send Functions

Source: Internet
Author: User

These two functions are similar to the standard read and write Functions, but an additional parameter is required.

# Include <sys/socket. h> sockfd, * buff, size_t nbytes, sockfd, * buff, size_t nbytes, --- Error

The first three parameters of recv and send are equivalent to the three parameters of read and write. The value of the flags parameter is either 0 or a logical or of one or more common values listed.

Flags Description Recv Send
MSG_DONTROUTE

MSG_DONTWAIT

MSG_OOB

MSG_PEEK

MSG_WAITALL
Bypassing route table search

This operation is not blocked only.

Send or receive out-of-band data

View External messages (recv and recvfrom)

Waiting for all data (nbytes)






Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.