EthernetSinkApp.ned
NED File src/inet/applications/ethernet/EthernetSinkApp.ned
| Name | Type | Description |
|---|---|---|
| EthernetSinkApp | compound module |
Implements an Ethernet application that only receives packets. |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.applications.ethernet; // // Implements an Ethernet application that only receives packets. // module EthernetSinkApp extends EthernetApp { parameters: source.typename = ""; }