| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ReliableMulticast.close() | Sam Anthony | 2024-11-16 | 1 | -2/+15 |
| * | reliable multicast: add log messages | Sam Anthony | 2024-11-16 | 1 | -0/+2 |
| * | reliable multicast: refactor Receive | Sam Anthony | 2024-11-16 | 1 | -4/+10 |
| * | reliable multicast: periodically send acks | Sam Anthony | 2024-11-16 | 1 | -16/+19 |
| * | reliable multicast: MessagePayload interface | Sam Anthony | 2024-11-15 | 1 | -2/+1 |
| * | reliable multicast: announce presence to group | Sam Anthony | 2024-11-15 | 1 | -2/+5 |
| * | reliable multicast: rename positiveAcks to acks, negativeAcks to nacks | Sam Anthony | 2024-11-15 | 1 | -13/+13 |
| * | reliable multicast: prune received list | Sam Anthony | 2024-11-15 | 1 | -2/+2 |
| * | reliable multicast: record addresses of group members | Sam Anthony | 2024-11-15 | 1 | -1/+6 |
| * | reliable multicast: move received list into Receive | Sam Anthony | 2024-11-15 | 1 | -2/+2 |
| * | reliable multicast: receive() | Sam Anthony | 2024-11-15 | 1 | -1/+4 |
| * | reliable multicast: Receive | Sam Anthony | 2024-11-15 | 1 | -0/+68 |