privacylab / talek

a Private Publish Subscribe System
BSD 2-Clause "Simplified" License
47 stars 5 forks source link

Item Length Preservation #41

Closed willscott closed 7 years ago

willscott commented 7 years ago

Currently, the Client will pad Publish messages with zero's up to DataSize. The response will then be the full DataSize long. Do we want to reserve a byte for tagging the actual length of the item?

ryscheng commented 7 years ago

:+1: I agree