01/10/2018, 12:30

Tham số của hàm send() linux

Em đang muốn viết 1 chương trình có client-serve(linux). Client luôn luôn gửi data và server luôn luôn nhận data. Em dùng 2 hàm send() và recv() để gửi và nhận data. Em đọc hàm send() tham số flags có 1 arg là MSG_OOB. Nó định nghĩa là: Sends out-of-band data on sockets that support out-of-band communications. The significance and semantics of out-of-band data are protocol-specific. Ai có thể giải thích giúp em. Em dịch ra thì không hiểu cảm ơn!

Bài liên quan
0