You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Getting started with network socket statistics on Mbed OS
2
2
3
-
This example demonstrates how you can collect statistics from network sockets. You can enable statistics with the `nsapi.socket-stats-enable` configuration option:
3
+
This example demonstrates how you can collect statistics from network sockets. You can enable statistics with the `nsapi.socket-stats-enabled` configuration option:
4
4
5
5
```
6
6
{
7
7
"target_overrides": {
8
8
"*": {
9
-
"nsapi.socket-stats-enable": true
9
+
"nsapi.socket-stats-enabled": true
10
10
}
11
11
}
12
12
}
@@ -37,4 +37,4 @@ Network interfaces are documented in [Mbed OS 5 documentation](https://os.mbed.c
37
37
### License and contributions
38
38
The software is provided under Apache-2.0 license. Contributions to this project are accepted under the same license. Please see [Contributing instructions](CONTRIBUTING.md) for more information.
39
39
40
-
This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide
40
+
This project contains code from other projects. The original license text is included in those source files. They must comply with our license guide
0 commit comments