aboutsummaryrefslogtreecommitdiff
path: root/src/psyc/psyc_common.c
Commit message (Collapse)AuthorAge
* psyc, multicast: join decisionGabor X Toth2014-05-22
|
* psyc: in-order message deliveryGabor X Toth2014-05-06
|
* PSYC: in-order delivery of fragments; tests for large messagesGabor X Toth2014-03-12
| | | | | | | Cache message received fragments from multicast and deliver them in the correct order to clients. Test messages with large modifier and data payloads.
* PSYC: implement slave to master requests, tests, fixes, reorgGabor X Toth2014-03-06
Multicast lib: handle member to origin requests. Keep track of members and origins and call their callbacks when necessary.