Browse thread
Looking for stubs for sendmsg/recvmsg
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jérémie Dimino <jeremie@d...> |
| Subject: | Re: [Caml-list] Looking for stubs for sendmsg/recvmsg |
On Thu, Nov 18, 2010 at 06:40:51PM +0100, Goswin von Brederlow wrote: > I'm looking for stubs for > > ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags); > ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags); > > Specifically I need those to send (among normal messages) an > Unix.file_descr over a Unix Domain Socket. > > Does anyone know of a module that has them? The Lwt_unix module has them [1]. Cheers, Jérémie [1] http://ocsigen.org/lwt/doc/api/Lwt_unix.html#VALrecv_msg