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