UNIX domain socket傳遞文件描述符

c版本(UNIX高級編程中的例子):ios   // sendmsg.h #ifndef SENDMSG_H #define SENDMSG_H #include <sys/types.h> int send_fd(int fd, int fd_to_send); int recv_fd(int fd, ssize_t (*userfunc)(int, const void*, size_t)
相關文章
相關標籤/搜索