File: Applications/TCPApp/TCPSinkApp.ned
C++ definition: click here
Accepts any number of incoming TCP connections, and discards whatever arrives on them. Compatible with both IPv4 and IPv6.
The following diagram shows usage relationships between modules, networks and channels. Unresolved module (and channel) types are missing from the diagram. Click here to see the full picture.
Name | Type | Description |
---|---|---|
address | string | may be left empty ("") |
port | numeric const | port number to listen on |
Name | Direction | Description |
---|---|---|
tcpIn | input | |
tcpOut | output |
simple TCPSinkApp parameters: address: string, // may be left empty ("") port: numeric const; // port number to listen on gates: in: tcpIn; out: tcpOut; endsimple