summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--trex_rpc_server_spec.asciidoc26
1 files changed, 13 insertions, 13 deletions
diff --git a/trex_rpc_server_spec.asciidoc b/trex_rpc_server_spec.asciidoc
index c08447dd..94a95bfb 100644
--- a/trex_rpc_server_spec.asciidoc
+++ b/trex_rpc_server_spec.asciidoc
@@ -539,15 +539,15 @@ The format of that object is as follows:
.Object type 'stream'
[options="header",cols="1,1,3"]
|=================
-| Field | Type | Description
-| enabled | boolean | is this stream enabled
-| self_start | boolean | is this stream triggered by starting injection or triggered by another stream
-| isg | double | ['usec'] inter stream gap - delay time in usec until the stream is started
-| next_stream | int | next stream to start after this stream. -1 means stop after this stream
-| packet | object | object of type xref:packet_obj['packet']
-| mode | object | object of type xref:mode_obj['mode']
-| vm | array | array of objects of type xref:vm_obj['vm']
-| rx_stats | object | object of type xref:rx_stats_obj['rx_stats']
+| Field | Type | Description
+| enabled | boolean | is this stream enabled
+| self_start | boolean | is this stream triggered by starting injection or triggered by another stream
+| isg | double | ['usec'] inter stream gap - delay time in usec until the stream is started
+| next_stream_id | int | next stream to start after this stream. -1 means stop after this stream
+| packet | object | object of type xref:packet_obj['packet']
+| mode | object | object of type xref:mode_obj['mode']
+| vm | array | array of objects of type xref:vm_obj['vm']
+| rx_stats | object | object of type xref:rx_stats_obj['rx_stats']
|=================
===== Object type 'packet' anchor:packet_obj[]
@@ -982,9 +982,9 @@ if both are enabled then 10 bytes will be used.
| rx_pps | double | total RX packets per second
| total_tx_pkts | int | total TX packets
| total_rx_pkts | int | total RX packets
-| total_rx_bytes | int | total TX bytes
-| total_tx_bytes | int | total RX bytes
-| tx-rx-error | int | total Tx/Rx errors
+| total_tx_bytes | int | total TX bytes
+| total_rx_bytes | int | total RX bytes
+| tx_rx_error | int | total Tx/Rx errors
|=================
=== Get Port Stats
@@ -1009,7 +1009,7 @@ if both are enabled then 10 bytes will be used.
| total_rx_pkts | int | total RX packets
| total_rx_bytes | int | total TX bytes
| total_tx_bytes | int | total RX bytes
-| tx-rx-error | int | total Tx/Rx errors
+| tx_rx_error | int | total Tx/Rx errors
|=================
=== Get Stream Stats