Ämne: Re: [dcdev] Anyone still alive? |
Från: "Jan Vidar Krey" <[email protected]> |
Datum: 2004-12-30 9:19 |
Till: "Direct Connect developers" <[email protected]> |
I recently went through the whole 0.8 draft (but I only skimmed theA DSTA will do just that, adding an error type for it probably makes sense...
attachment you sent). It looks good, but one feature I am missing is;
if one client via a hub wants to request a connection (CTM) and the
requesting
party cannot connect (connection refused, firewalled/timeout
or whatever).
(...)
Client passivity can already be deduced from the INF
Another thing I'm considering (suggested by some dcdev people =) is a publish-subscriber message type that gets a channel id and where the messages are only sent out to the clients that have subscribed. This could be used by extensions for instance to only send out a particular command to clients supporting a particular feature...the only thing that worries me is that it potentially makes the hub a bit more complex...on the other hand, almost all message passing protocols have these three types, direct, subscriber and broadcast so...