rafl / nanomsg-raw

nanomsg bindings for Perl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow accessing control information

rafl opened this issue · comments

nn_sendmsg and nn_recvmsg operate on nn_msghdrs, which provide fields for control data. We're currently only exposing the iovec part of msghdrs and should probably expose the control part, too.