NED File src/inet/applications/ipapp/IpSourceApp.ned
Name | Type | Description |
---|---|---|
IpSourceApp | compound module |
This module implements a IP application that only sends packets. |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.applications.ipapp; // // This module implements a IP application that only sends packets. // module IpSourceApp extends IpApp { parameters: sink.typename = ""; }