Releases: wavesoft/nanomsg-transport-ofi
Releases · wavesoft/nanomsg-transport-ofi
v0.1.0-alpha
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.