From: Thadeu Lima de Souza Cascardo Date: Wed, 17 Jul 2013 21:18:42 +0000 (-0300) Subject: Comment about sharing and multicasting. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fsgp.git;a=commitdiff_plain;h=61f7ed52043a72c700ef2b73d10d3f122ccb329f;ds=sidebyside Comment about sharing and multicasting. Some design considerations we should give. --- 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;