OverSim
SimpleTCP.h File Reference

Modification of the TCP module for using in SimpleUnderlay. Modification of the original TCP module to send data directly to the destination gate. The main modifications were made in both sendToIP() methods of the SimpleTCPConnection class. They are similar to the modifications of the SimpleUDP module. All additional changes were made to let the SimpleTCP module create SimpleTCPConnection. More...

#include <omnetpp.h>
#include "IPvXAddress.h"
#include <TCPConnection.h>
#include <InitStages.h>

Go to the source code of this file.

Classes

struct  StatisticsAndDelay
class  SimpleTCPConnection
class  SimpleTCP

Detailed Description

Modification of the TCP module for using in SimpleUnderlay. Modification of the original TCP module to send data directly to the destination gate. The main modifications were made in both sendToIP() methods of the SimpleTCPConnection class. They are similar to the modifications of the SimpleUDP module. All additional changes were made to let the SimpleTCP module create SimpleTCPConnection.

Author
Bernhard Mueller

Definition in file SimpleTCP.h.