Skip to content

pqwy/sendmsg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendmsg — π-calculus? In my kernel?

Higher-order sockets, oh my!

%%VERSION%%

sendmsg is a straightforward OCaml binding to POSIX sendmsg(3) and recvmsg(3) API. Provides scatter-gather IO and passing file descriptors as ancillary data.

sendmsg is distributed under the ISC license.

Documentation

Interfaces are documented. Online too.

Build Status