Skip to content

Releases: wavesoft/nanomsg-transport-ofi

v0.1.0-alpha

15 Dec 18:13
Compare
Choose a tag to compare
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 and bind sockets using FI_EP_MSG endpoints.