Skip to content

v0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@wavesoft wavesoft released this 15 Dec 18:13
· 247 commits to master since this 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.