Expand description

Methods to keep track of receive sessions

Structs

  • A session, associated with a port ID and source node ID
  • A fixed-capacity array of sessions, with one session slot for each possible node ID
  • A session map that uses dynamic memory allocation
  • A fixed-capacity session map that uses linear search to find sessions

Traits

  • Something that can keep track of receive sessions associated with other nodes