To illustrate the usage, refer to the following demo model.
Parameter | Explanation | Type |
Example |
Block_num |
This is a unique number to each TCP_UDP block in the model. | Integer |
Integer Eg: 1 |
Num_Queues |
It is the number of Virtual Connections that can be made from one TCP to another TCP layer. | Integer | Integer Eg: 100 |
Node_Name |
This is the name of the Node to which the TCP_UDP block is connected. |
String | String Eg: "TCP_UDP_1" |
Window_Size |
This is the Size of the Receive Buffer in the TCP_UDP layer. The Window Size is in Bytes. |
Integer | Integer Eg: 64000 |
Port_Name | Description | Type |
frm_upper_layer |
This
is the input to the TCP_UDP from the Upper layers. If connecting
to the Layer Protocol , the port should be connected to the
ds_dn_output port of the Layer Protocol |
General, input port |
to_upper_layer |
This
is the output to the upper layers from TCP_UDP protocol. If connecting
to the Layer Protocol, the port should be connected to the ds_up_input
port of the Layer Protocol. |
General, output port |
frm_dn_layer |
This
is the input to the TCP_UDP from the Network Layer. The port should be
connected to the ds_up_output port of the Layer Protocol. |
General, input port |
to_dn_layer |
This
is the output port from the TCP_UDP to the Network Layer. The
port should be connected to the ds_dn_input port of the Layer Protocol, |
General, output port |
Latency |
This is the output port. This port gives the Latency of the Data to the Upper Layer. |
General, output port |