Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

This document specifies the protocol and packet formats used by RAMCloud clients
and servers to communicate with each other. All communication in RAMCloud
happens in the form of RPCs.

...

The RAMCloud RPC header will consist of the following fields. The usage of these
fields are explained below.

Code Blocknoformat
<--------------32 bits-------------->
+--------+--------+--------+--------+
|       Connection ID      |  Flags |
+--------+--------+--------+--------+
|               RPC ID              |
+--------+--------+--------+--------+
|    Fragment ID  | Total Fragments |
+--------+--------+--------+--------+

...