shaharf wrote: > I added very simple retries mechanism to the SM. It is not > really checked, because I don't have a controlled way to loose packets. You can simulate this by modifying validate_mad in mad.c to return occasionally. E.g. declare a local static variable as a counter and return 0 whenever variable mod drop rate = 0. - Sean