Hi, I had another look at this code and have another question. I am not
particularly well versed yet with the 0-10 protocol, so this may just be my
ignorance. Is 'channel' in 0-8 renamed to 'session' for 0-10, and completely
dropped from the 0-10 protocol? Or does 0-10 have both channels and
sessions?

Reason I ask is because the stub has connection, channel and session.
Sessions are opened on channels. Connection can have many channels, but
session and channel are always tied together 1:1.

Should it be that connection can have many sessions and the session open
method is handled at the connection level?

Rupert

On 18/07/07, Rafael Schloming <[EMAIL PROTECTED]> wrote:
>
> Here are some stubs I've been working on that describe most of the
> communication layer. For those who like dealing directly with code,
> please dig in. I will be following up with some UML and a higher level
> description tomorrow.
>
> --Rafael
>

Reply via email to