netsec-ethz / rains

RAINS (Another Internet Naming Service)
Apache License 2.0
9 stars 11 forks source link

Support Communication over go Channels #133

Open fehlmach opened 5 years ago

fehlmach commented 5 years ago

Every Participant has an input channel After starting up all participants, the channel information must be distributed to all of them Fix race condition, where sender information is not locked and might be overwritten before read.