| Rule RCV | (pass the packet to the application): |
| if (packet.D == my_address packet.D == 0) { | |
| receive (packet); | |
| } | |
| return packet.D == my_address ? SUCCEED: FAIL; |
| Rule RCV | (pass the packet to the application): |
| if (packet.D == my_address packet.D == 0) { | |
| receive (packet); | |
| } | |
| return packet.D == my_address ? SUCCEED: FAIL; |