Changes

Np1sec/concurrent join

1 byte added, 9 years ago
/* Proposal for concurrent join */
Each occupant can mark each session with one of the '''5 statuses: {current, in-limbo, dead}'''
'''current''': User messages are being encrypted and decrypted in the current session. The join request will be processed by this session.
'''in-limbo''': A session which is receiving shares and confirmationconfirmations, this session can potentially become the next session if it receives session confirmation from all users.
'''dead''': The session is abandoned and not going to become the current session.