marigold-dev / pollinate

A platform agnostic library for P2P communications using UDP and Bin_prot
22 stars 2 forks source link

Acknowledgement system #55

Closed rosalogia closed 2 years ago

rosalogia commented 2 years ago

Adds optional acknowledgement to messages. Super simple: if a message is marked as requesting acknowledgment from those who receive it, then receivers will check this flag and be sure to send an Acknowledgment message containing the message's hash to the sender. The consumer can handle these messages as they'd like.