prifi icon indicating copy to clipboard operation
prifi copied to clipboard

Unneeded specialization of message receivers

Open lbarman opened this issue 9 years ago • 1 comments

In sda/protocols/message_binders.go, we have one handler for every type of sda-message, yet they are all fed to prifi-lib's ReceiveMessage functions.

I'm sure we can have only one generic "SDA-Message" and have all the decoding done in prifi-lib

lbarman avatar Feb 21 '17 10:02 lbarman

Required for https://github.com/lbarman/prifi/issues/140

lbarman avatar Feb 21 '17 10:02 lbarman