System Grab Bag

View all man pages from Ubuntu (or from all projects)

Name

tipc-socket - show TIPC socket (port) information

Synopsis

tipc socket list

Options

Options (flags) that can be passed anywhere in the command chain.

"-h" , " --help"Show help about last valid command. For example tipc socket --help will show socket help and tipc --help will show general help. The position of the option in the string is irrelevant.

Description

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. If the connection to X was made using a logical port name Y that name will show up as "connected to " "X " "via " Y

Exit Status

Exit status is 0 if command was successful or a positive integer upon failure.

See Also

  1. tipc(8),
  2. tipc-bearer(8)
  3. tipc-link(8),
  4. tipc-media(8),
  5. tipc-nametable(8),
  6. tipc-node(8),

Reporting Bugs

Report any bugs to the Network Developers mailing list <[email protected]> where the development and maintenance is primarily done. You do not have to be subscribed to the list to send a message there.

Author

Richard Alpe <[email protected]>