weixin_39646695 2020-11-30 05:31
浏览 0

nanomsg compatibility layer

We need to implement an API compatibility shim for nanomsg.

The things we will have to add are:

a) message allocation etc. (NN_MSG) b) integer socket descriptors (and a socket descriptor table) c) NN_RECVFD, NN_SENDFD, etc.

Plus a whole bunch of other more straight-forward stuff.

该提问来源于开源项目:nanomsg/nng

  • 写回答

6条回答 默认 最新

  • weixin_39646695 2020-11-30 05:31
    关注

    Most of this is done now. getsockopt is missing, as is shutdown and statistics.

    评论

报告相同问题?