INET Framework for OMNeT++/OMNEST
|
#include <TCP.h>
Public Member Functions | |
bool | operator< (const AppConnKey &b) const |
Public Attributes | |
int | appGateIndex |
int | connId |
bool TCP::AppConnKey::operator< | ( | const AppConnKey & | b | ) | const [inline] |
{ if (appGateIndex!=b.appGateIndex) return appGateIndex<b.appGateIndex; else return connId<b.connId; }
Referenced by TCP::addForkedConnection(), TCP::findConnForApp(), TCP::handleMessage(), operator<(), and TCP::removeConnection().
Referenced by TCP::addForkedConnection(), TCP::findConnForApp(), TCP::handleMessage(), operator<(), and TCP::removeConnection().