SctpNatTable.ned
NED File src/inet/transportlayer/sctp/SctpNatTable.ned
| Name | Type | Description |
|---|---|---|
| SctpNatTable | simple module | (no description) |
Source code
// // Copyright (C) 2008 Irene Ruengeler // // SPDX-License-Identifier: LGPL-3.0-or-later // package inet.transportlayer.sctp; import inet.common.SimpleModule; simple SctpNatTable extends SimpleModule { parameters: @class(SctpNatTable); }