SCTPNatHook module.
The following diagram shows usage relationships between types. Unresolved types are missing from the diagram.
The following diagram shows inheritance relationships for this type. Unresolved types are missing from the diagram.
Name | Type | Description |
---|---|---|
SCTPNatRouter | compound module |
\IP router. |
Name | Type | Default value | Description |
---|---|---|---|
interfaceTableModule | string | ||
networkProtocolModule | string | ||
routingTableModule | string | ||
natTableModule | string |
Name | Direction | Size | Description |
---|---|---|---|
in | input | ||
out | output |
// // SCTPNatHook module. // simple SCTPNatHook like IHook { parameters: string interfaceTableModule; string networkProtocolModule; string routingTableModule; string natTableModule; gates: input in; output out; }