On Thursday 19 March 2009 16:52:14 Robin Redeker wrote: > Thats the same as this IMO: > > C: <message/> > C: <message/> > C: <message/> > C: <message/> > C: <r u='4'/> > > S: <a h='4'/>
That's not reliable though. What you want to do is this: C: <message/> C: <a u='1'/> C: <message/> C: <a u='2'/> C: <message/> C: <a u='3'/> C: <message/> C: <a u='4'/> That way, if the connection dies in the middle somewhere, it can be resumed properly. So, you want to be able to indicate 'u' without requiring that the other side ack immediately. -Justin
