SctpUdpHook.ned

NED File src/inet/transportlayer/sctp/SctpUdpHook.ned

Name Type Description
SctpUdpHook simple module

SCTP UDP hook module.

Source code

//
// Copyright (C) 2020 OpenSim Ltd.
//
// SPDX-License-Identifier: LGPL-3.0-or-later
//


package inet.transportlayer.sctp;

import inet.common.SimpleModule;

//
// SCTP UDP hook module.
//
simple SctpUdpHook extends SimpleModule
{
    parameters:
        @class(SctpUdpHook);
}