question on size of reservation id - addition
avri <[email protected]> Fri, 27 Jun 2003 15:47:21 +0900
| Newsgroups | gmane.ietf.gsmp |
|---|---|
| Message-ID | <[email protected]> |
{i left out the picture for the single port based
bulk transaction msg}
do we really need 32 bits of reservation id?
would 16 bits suffice? since reservation ids
are a global resource as opposed to a port
resource, i am concerned that it might be too
small a value. but the concern for parsimony
dictate that i should at least ask.
the questions comes in the context adding
a (result,code) byte to every transaction
in a bulk msg.
assuming that bulk msgs would only
be supported when there was a prexisitng
complete reservation, that would give a
trigger msd of
[header] x 3
[port session id]
[reservation id, result, code]
and a bulk msg
[header] x 3
[port session id]
[reservation id, result, code]
.
.
.
[port session id]
[reservation id, result, code]
that is, of course assuming that a bulk msg
can support transactions on multiple ports.
we could also define it to support msgs on
on single port per bulk message.
in that case the message would look like:
[header] x 3
[port session id]
[reservation id, result, code]
[reservation id, result, code]
.
.
.
[reservation id, result, code]
would anyone who has implemented already
object to such a change to the reservation id?
and what do people think - should bulk message
be restricted to a single port?
a.