E. Scott Daniels | e8a5b2c | 2019-04-22 17:04:10 +0000 | [diff] [blame] | 1 | |
| 2 | This directory contains various sender/receiver applications that can be |
| 3 | driven together to test message exchange through the RMr library. |
| 4 | The run_app_test.ksh script should support building the library, building |
| 5 | a sender and receiver, then running a short test to verify. |
| 6 | |
| 7 | The basic sender and receiver |
| 8 | Sender and receiver perform lightweight check sums on the message body |
| 9 | and on trace data to verify that the messages are being reeived correctly. |
| 10 | The receiver acks message type 5, so the reciver should receive acks at |
| 11 | about the volume of 1/10th the number of messages sent. |
| 12 | |