Defines | Functions

TCP.cc File Reference

#include "TCP.h"
#include "TCPConnection.h"
#include "TCPSegment.h"
#include "TCPCommand_m.h"
#include "IPControlInfo.h"
#include "IPv6ControlInfo.h"
#include "ICMPMessage_m.h"
#include "ICMPv6Message_m.h"

Go to the source code of this file.

Defines

#define EPHEMERAL_PORTRANGE_START   1024
#define EPHEMERAL_PORTRANGE_END   5000

Functions

 Define_Module (TCP)

Define Documentation

#define EPHEMERAL_PORTRANGE_END   5000

Definition at line 35 of file TCP.cc.

Referenced by TCP::addSockPair(), and TCP::getEphemeralPort().

#define EPHEMERAL_PORTRANGE_START   1024

Definition at line 34 of file TCP.cc.

Referenced by TCP::addSockPair(), and TCP::getEphemeralPort().


Function Documentation

Define_Module ( TCP   )