are connection handles assigned sequentially in central role, up to the maximum number of connections (which is 3, i believe)???
said another way, will the connection handle *always* have the value 0, 1, or 2 if a (new) link has been successfully established???
in short, my app will be maintaining multiple connections simultaneously and i'd like to use the connection handle as an index into an array of per-link data structures
thanks,
bob.