Page MenuHomePhabricator

Use connect handle as message handle.
Open, Needs TriagePublic

Description

One connection has one message only, do not bother using message
pointer as message handles. The connection handle can be used to
identify the message. Set the connection handle as 'psa_msg_t.handle'.