This directory contains a test programs for use with TIPC, including:

1) ptts (Portable TIPC Test Suite)
A basic sanity test suite that can be used to verify that major aspects of TIPC
are operating correctly.

2) group_test
A program showing and testing various features of TIPC group communication:
- Unicast (I.e., when using a socket address) within a group
- Anycast (I.e., when using a service address) within a group
- Multicast( Also using a service address) within a group
- Broadcast(i.e., when using no address) within a group

- One-to-many flow control
- Many-to-one flow control
- Message sequence guarantee within and between the different transmission
  modes

-Member addition/removal events via the member sockets.

3) multicast_blast
Start a number of program instances, configure them as senders, 
receivers, or both, and let them send multicast messages at full
speed to each other.
