-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
Features:
- Explicit connection establishment, tear-down (a la SYN, ACK)
- Correct locking of ReceiverEntry and recv_table
- Mixture between positive and negative acks
- The sender sends message, receiver acks
- Acking is done after message batch or individual message
- There's a min time between 2 successive acks (can be 0)
- The sender xmits messages only if the HD/HR pointer hasn't moved for a few generations (1 generation = 1 retransmit interval) and HD < HR
- In the case of an xmit, the sender only sends the HR
- The receiver then asks the sender for retransmission of missing messages
The design will be in docs/design/UNICAST3.txt