1
1
<!-- Generated automatically, DO NOT EDIT! -->
2
2
<a name =" NetworkPlugin " ></a >
3
- # NetworkPlugin
3
+ # Network Plugin $$ {\color{red}(DEPRECATED)} $$
4
4
5
5
** Version: [ 1.3.11] ( https://github.com/rdkcentral/rdkservices/blob/main/Network/CHANGELOG.md ) **
6
6
7
7
A org.rdk.Network plugin for Thunder framework.
8
8
9
+ For newer APIs, please refer: https://github.com/rdkcentral/networkmanager/blob/main/docs/NetworkManagerPlugin.md
10
+
9
11
### Table of Contents
10
12
11
13
- [ Abbreviation, Acronyms and Terms] ( #Abbreviation,_Acronyms_and_Terms )
@@ -815,7 +817,7 @@ No Events
815
817
| :-------- | :-------- | :-------- |
816
818
| params | object | |
817
819
| params.endpoint | string | The host name or IP address |
818
- | params.packets | integer | The number of packets to send. Default is 15 |
820
+ | params.packets | integer | The number of packets to send. Default is 3 |
819
821
| params?.guid | string | <sup >* (optional)* </sup > The globally unique identifier |
820
822
821
823
### Result
@@ -846,7 +848,7 @@ No Events
846
848
"method" : " org.rdk.Network.ping" ,
847
849
"params" : {
848
850
"endpoint" : " 45.57.221.20" ,
849
- "packets" : 10 ,
851
+ "packets" : 3 ,
850
852
"guid" : " ..."
851
853
}
852
854
}
@@ -1303,7 +1305,7 @@ No Events
1303
1305
| :-------- | :-------- | :-------- |
1304
1306
| params | object | |
1305
1307
| params.endpoint | string | The host name or IP address |
1306
- | params.packets | integer | The number of packets to send. Default is 15 |
1308
+ | params.packets | integer | The number of packets to send. Default is 5 |
1307
1309
1308
1310
### Result
1309
1311
@@ -1326,7 +1328,7 @@ No Events
1326
1328
"method" : " org.rdk.Network.trace" ,
1327
1329
"params" : {
1328
1330
"endpoint" : " 45.57.221.20" ,
1329
- "packets" : 10
1331
+ "packets" : 5
1330
1332
}
1331
1333
}
1332
1334
```
0 commit comments