Skip to content

L5RDMA

A low level, low latency library, which can be used to accelerate network messages using shared memory and RDMA

Supported connections

  • Domain sockets (AF_UNIX, SOCK_STREAM)
  • TCP sockets (AF_INET, SOCK_STREAM)
    • As one-to-one channel
    • As many-to-one channels, using poll (1 server, N clients)
  • Shared memory
  • RDMA, whith latency optimized message processing
    • As one-to-one channel
    • As many-to-one channel

See also

Favorite site