|
OverSim
|
Go to the source code of this file.
Classes | |
| class | I3SessionServer |
| class | I3SessionClient |
| class | I3SessionClientStarter |
Macros | |
| #define | DONT_REMOVE 0 |
| #define | REMOVE_AT_ONCE 1 |
| #define | WAIT_STATIC 2 |
| #define | WAIT_CONFIRMATION 3 |
| #define | TYPE_CHANGE_SESSION 0 |
| #define | TYPE_REMOVE_TRIGGER 1 |
Enumerations | |
| enum | Stats { STAT_IP, STAT_I3, STAT_RATIO, NUM_STATS, STAT_CHANGE, STAT_RX, STAT_WRONG, NUM_STATS } |
Functions | |
| Define_Module (I3SessionServer) | |
| Define_Module (I3SessionClient) | |
| Define_Module (I3SessionClientStarter) | |
Definition in file I3Session.cc.
| #define DONT_REMOVE 0 |
Definition at line 29 of file I3Session.cc.
Referenced by I3SessionClient::deliver(), I3SessionClient::handleTimerEvent(), and I3SessionClientStarter::initializeI3().
| #define REMOVE_AT_ONCE 1 |
Definition at line 30 of file I3Session.cc.
Referenced by I3SessionClient::handleTimerEvent().
| #define TYPE_CHANGE_SESSION 0 |
Definition at line 34 of file I3Session.cc.
Referenced by I3SessionClient::deliver(), I3SessionClient::handleTimerEvent(), and I3SessionClientStarter::initializeI3().
| #define TYPE_REMOVE_TRIGGER 1 |
Definition at line 35 of file I3Session.cc.
Referenced by I3SessionClient::handleTimerEvent().
| #define WAIT_CONFIRMATION 3 |
Definition at line 32 of file I3Session.cc.
Referenced by I3SessionClient::deliver(), and I3SessionClient::handleTimerEvent().
| #define WAIT_STATIC 2 |
Definition at line 31 of file I3Session.cc.
Referenced by I3SessionClient::handleTimerEvent().
| enum Stats |
Definition at line 37 of file I3Session.cc.
| Define_Module | ( | I3SessionServer | ) |
| Define_Module | ( | I3SessionClient | ) |
| Define_Module | ( | I3SessionClientStarter | ) |