|
INET Framework for OMNeT++/OMNEST
|
#include "inet/applications/tcpapp/TCPSessionApp.h"#include "inet/common/RawPacket.h"#include "inet/networklayer/common/L3AddressResolver.h"#include "inet/common/ModuleAccess.h"#include "inet/common/lifecycle/NodeOperations.h"Namespaces | |
| inet | |
| Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
Macros | |
| #define | MSGKIND_CONNECT 1 |
| #define | MSGKIND_SEND 2 |
| #define | MSGKIND_CLOSE 3 |
Functions | |
| inet::Define_Module (TCPSessionApp) | |
| #define MSGKIND_CLOSE 3 |
Referenced by inet::TCPSessionApp::handleTimer(), and inet::TCPSessionApp::sendData().
| #define MSGKIND_CONNECT 1 |
| #define MSGKIND_SEND 2 |
Referenced by inet::TCPSessionApp::handleTimer(), and inet::TCPSessionApp::socketEstablished().