설명
recv() 함수는 소켓으로부터 데이터를 수신합니다.
헤더 | #include <sys/types.h> #include <sys/socket.h> | |||||||||||||||
형태 | int recv(int s, void *buf, size_t len, int flags); | |||||||||||||||
인수 |
| |||||||||||||||
반환 |
|
출처: http://forum.falinux.com/zbxe/index.php?document_srl=441107&mid=C_LIB
'OS > Linux' 카테고리의 다른 글
기본 파일 디스크럽터 (0) | 2015.12.13 |
---|---|
리눅스 시스템 콜 명령어 (0) | 2015.12.13 |
Select 함수 (0) | 2015.12.13 |
PF_INET 과 AF_INET (0) | 2015.12.13 |
FD_ZERO, FD_SET, FD_ISSET 등 (0) | 2015.12.11 |