| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ReliableUnicastSender | Sam Anthony | 2024-11-22 | 1 | -0/+2 |
| * | rmulticast.ReceivedSet.Entry: add isBefore/After methods | Sam Anthony | 2024-11-18 | 1 | -2/+10 |
| * | rmulticast.Message: add isSentBy() method | Sam Anthony | 2024-11-18 | 1 | -2/+2 |
| * | rmulticast.ReceivedSet: remove unused method | Sam Anthony | 2024-11-18 | 1 | -4/+0 |
| * | rmulticast.ReceivedSet: optimize insertion and search | Sam Anthony | 2024-11-18 | 1 | -28/+46 |
| * | reliable multicast: avoid receiving duplicate messages | Sam Anthony | 2024-11-18 | 1 | -2/+16 |
| * | reliable multicast: MessagePayload interface | Sam Anthony | 2024-11-15 | 1 | -2/+1 |
| * | reliable multicast: prune received list | Sam Anthony | 2024-11-15 | 1 | -7/+50 |
| * | reliable multicast: Receive | Sam Anthony | 2024-11-15 | 1 | -0/+25 |