rrppcc 0.4.0

A high-performance userspace RDMA RPC engine.
Documentation
1
2
3
4
5
6
7
8
9
10
# Changelog

All notable changes to this project will be documented in this file.

## 0.3.2

- Add SM packet retransmission logic.
  - However, if the acknowledge packet is lost, retransmission can cause vacant sessions at the server side.
    This is not a serious problem, so it is currently ignored.
- Update `likely` implementation, but not sure whether it works.