UdpSinkApp.ned
NED File src/inet/applications/udpapp/UdpSinkApp.ned
| Name | Type | Description |
|---|---|---|
| UdpSinkApp | compound module |
Implements a UDP application that only receives packets. |
Source code
// // Copyright (C) 2020 OpenSim Ltd. // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.applications.udpapp; // // Implements a UDP application that only receives packets. // module UdpSinkApp extends UdpApp { parameters: source.typename = ""; io.destPort = -1; }