|
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] |
Definition at line 105 of file TCP_old.h.
{
if (appGateIndex!=b.appGateIndex)
return appGateIndex<b.appGateIndex;
else
return connId<b.connId;
}
Definition at line 102 of file TCP_old.h.
Referenced by tcp_old::TCP::addForkedConnection(), tcp_old::TCP::findConnForApp(), tcp_old::TCP::handleMessage(), operator<(), and tcp_old::TCP::removeConnection().
Definition at line 103 of file TCP_old.h.
Referenced by tcp_old::TCP::addForkedConnection(), tcp_old::TCP::findConnForApp(), tcp_old::TCP::handleMessage(), operator<(), and tcp_old::TCP::removeConnection().