RDMA++
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
rdmapp::srq Class Reference

This class represents a Shared Receive Queue. More...

#include <rdmapp/srq.h>

Public Member Functions

 srq (std::shared_ptr< pd > pd, size_t max_wr=1024)
 Construct a new srq object.
 
 ~srq ()
 Destroy the srq object and the associated shared receive queue.
 

Friends

class qp
 

Detailed Description

This class represents a Shared Receive Queue.

Constructor & Destructor Documentation

◆ srq()

rdmapp::srq::srq ( std::shared_ptr< pd pd,
size_t  max_wr = 1024 
)

Construct a new srq object.

Parameters
pdThe protection domain to use.
max_wrThe maximum number of outstanding work requests.

The documentation for this class was generated from the following files: