From 61f7ed52043a72c700ef2b73d10d3f122ccb329f Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Wed, 17 Jul 2013 18:18:42 -0300 Subject: [PATCH] Comment about sharing and multicasting. Some design considerations we should give. --- src/share.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/share.c b/src/share.c index 4fd08cc..950aa14 100644 --- a/src/share.c +++ b/src/share.c @@ -25,6 +25,12 @@ /* * Share message with a group of friends. */ +/* + * TODO: group should allow us to do some multicasting. + * There is a challenge here if we are going to support multiple + * channels. One option is making a channel a first-order object. Maybe + * not very *friendly*, but possibly powerful. + */ int sgp_share(struct sgp_group *group, struct sgp_msg *msg) { struct sgp_friend *friend; -- 2.20.1