v0.1.0-alpha
Pre-release
Pre-release
This is the first development preview of the nanomsg OpenFabrics transport. It provides a connection-oriented (TCP-like) transport using libfabric.
Bind socket endpoint syntax: ofi://<local_ip>:<local_port>
Connect socket endpoint syntax: ofi://<remote_ip>:<remote_ip>
Changelog
- First implementation of
connected
andbind
sockets usingFI_EP_MSG
endpoints.