cloudFPGA (cF) API  1.0
The documentation of the source code of cloudFPGA (cF)
RXeTxSarReply Class Reference

#include <toe.hpp>

Public Member Functions

 RXeTxSarReply ()
 
 RXeTxSarReply (TxAckNum ackd, TxAckNum unak, TcpWindow cong_win, TcpWindow sstresh, ap_uint< 2 > count, CmdBool fastRetransmitted)
 

Public Attributes

TxAckNum prevAckd
 
TxAckNum prevUnak
 
TcpWindow cong_window
 
TcpWindow slowstart_threshold
 
ap_uint< 2 > count
 
CmdBool fastRetransmitted
 

Detailed Description

Definition at line 468 of file toe.hpp.

Constructor & Destructor Documentation

◆ RXeTxSarReply() [1/2]

RXeTxSarReply::RXeTxSarReply ( )
inline

Definition at line 476 of file toe.hpp.

476 {}

◆ RXeTxSarReply() [2/2]

RXeTxSarReply::RXeTxSarReply ( TxAckNum  ackd,
TxAckNum  unak,
TcpWindow  cong_win,
TcpWindow  sstresh,
ap_uint< 2 >  count,
CmdBool  fastRetransmitted 
)
inline

Definition at line 477 of file toe.hpp.

477  :
TxAckNum prevUnak
Definition: toe.hpp:471
ap_uint< 2 > count
Definition: toe.hpp:474
CmdBool fastRetransmitted
Definition: toe.hpp:475
TcpWindow slowstart_threshold
Definition: toe.hpp:473
TcpWindow cong_window
Definition: toe.hpp:472
TxAckNum prevAckd
Definition: toe.hpp:470

Member Data Documentation

◆ cong_window

TcpWindow RXeTxSarReply::cong_window

Definition at line 472 of file toe.hpp.

◆ count

ap_uint<2> RXeTxSarReply::count

Definition at line 474 of file toe.hpp.

◆ fastRetransmitted

CmdBool RXeTxSarReply::fastRetransmitted

Definition at line 475 of file toe.hpp.

◆ prevAckd

TxAckNum RXeTxSarReply::prevAckd

Definition at line 470 of file toe.hpp.

◆ prevUnak

TxAckNum RXeTxSarReply::prevUnak

Definition at line 471 of file toe.hpp.

◆ slowstart_threshold

TcpWindow RXeTxSarReply::slowstart_threshold

Definition at line 473 of file toe.hpp.


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