INET Framework for OMNeT++/OMNEST
tcp_old::TCP::AppConnKey Struct Reference

#include <TCP_old.h>

List of all members.

Public Member Functions

bool operator< (const AppConnKey &b) const

Public Attributes

int appGateIndex
int connId

Member Function Documentation

bool tcp_old::TCP::AppConnKey::operator< ( const AppConnKey b) const [inline]
        {
            if (appGateIndex!=b.appGateIndex)
                return appGateIndex<b.appGateIndex;
            else
                return connId<b.connId;
        }

Member Data Documentation


The documentation for this struct was generated from the following file: