| [ CnUnix ] in KIDS 글 쓴 이(By): prince (박성훈) 날 짜 (Date): 2003년 1월 10일 금요일 오후 06시 20분 45초 제 목(Title): Re: [Q] read 랑 send 랑 뭐가 다른가요? SYNOPSIS #include <sys/socket.h> int send(int s, const void *msg, int len, int flags); ...... The supported values for flags are zero or MSG_OOB (to send out-of- band data). A write() call made to a socket behaves in exactly the same way as send() with flags set to zero. MSG_OOB is not supported for AF_UNIX sockets. ..... |