zephyr/doc/connectivity
Jukka Rissanen 8a58104396 net: shell: Add net-sockets command
The new "net sockets" command will utilize the object core
support to track and show information about BSD sockets that
are created in the system. This command is able to show info
for all network sockets (native, offloaded etc) in the system.

Example of the output of the new command:

uart:~$ net sockets
 Creator  Name       Flags  FD   Lifetime (ms) Sent  Received

    main  af_inet46  6ST    0    3260          819   498
    main  af_inet46  4ST    1    2110          469   142
    main  af_inet46  6DU    2    2110          9941  9941
    main  af_inet46  4DU    3    2110          1375  621

4 active sockets found.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2023-10-24 11:11:30 +02:00
..
bluetooth doc: Fix broken references to Kconfig options 2023-10-17 19:50:39 +01:00
lora_lorawan lorawan: enable run-time config of region/freq 2022-11-14 11:16:16 +00:00
networking net: shell: Add net-sockets command 2023-10-24 11:11:30 +02:00
usb usb: device: cdc_acm: block in uart_poll_out() routine 2023-10-23 11:48:44 +02:00
index.rst doc: connectivity: move USB-C device stack to USB chapter 2023-06-15 05:53:44 -04:00