Linux "tipc-socket" Command Line Options and Examples
show TIPC socket

A TIPC socket is represented by an unsigned integer. Bound state A bound socket has a logical TIPC port name associated with it. Connected state A connected socket is directly connected to another socket creating a point to point connection between TIPC sockets.


Usage:

tipc socket list






Command Line Options:

-h
Show help about last valid command. For example tipc socket --help will show socket help and tipc
tipc-socket -h ...
--help
DESCRIPTIONA TIPC socket is represented by an unsigned integer.Bound stateA bound socket has a logical TIPC port name associated with it.Connected stateA connected socket is directly connected to another socket creating a point to point connection betweenTIPC sockets. If the connection to X was made using a logical port name Y that name will show up asconnected to X via YEXIT STATUSExit status is 0 if command was successful or a positive integer upon failure.
tipc-socket --help ...