RINASim
October 2016
Documentation of framework for OMNeT++
|
This is an example policy class implementing LG Initial Sequence Number behavior . More...
#include "TxControlPolicyBase.h"
Go to the source code of this file.
Classes | |
class | TxControlPolicyLG |
Macros | |
#define | INITIAL_RATE 0.04 |
#define | ALPHA 0.1 |
#define | RST_WND 1 |
#define | SEGMENT_SIZE 1460 |
#define | BANDWIDTH 9500000 |
This is an example policy class implementing LG Initial Sequence Number behavior .
Definition in file TxControlPolicyLG.h.
#define ALPHA 0.1 |
Definition at line 36 of file TxControlPolicyLG.h.
Referenced by TxControlPolicyLG::TxControlPolicyLG().
#define BANDWIDTH 9500000 |
Definition at line 39 of file TxControlPolicyLG.h.
Referenced by TxControlPolicyLG::getRate().
#define INITIAL_RATE 0.04 |
Definition at line 35 of file TxControlPolicyLG.h.
Referenced by TxControlPolicyLG::TxControlPolicyLG().
#define RST_WND 1 |
Definition at line 37 of file TxControlPolicyLG.h.
Referenced by TxControlPolicyTCPTahoe::TxControlPolicyTCPTahoe().
#define SEGMENT_SIZE 1460 |
Definition at line 38 of file TxControlPolicyLG.h.
Referenced by TxControlPolicyLG::getActualRate(), and TxControlPolicyLG::run().