Basic Performance Graph

Throughput as a function of # clients, # transmit buffers, # receive buffers.

Best case: 1.1us/request

Under load: 2.35us/request

Code for getTransmitBuffer

Include code for the method here.

Graph of getTransmitBuffer Running Time

Best case: 80ns

Under load: 1.3us

Accounts for all of the additional time

Graph of how many times pollCompletionQueue is called

Graph of avg. # buffers returned by pollCompletionQueue