2.2.1.2.5 UPDATE_STATUS

In response to a request for updates, a server MUST use a value of the UPDATE_STATUS enumerated type to specify whether it was able to send all updates that pertain to an argument version chain vector.

 typedef  enum 
 {
   UPDATE_STATUS_DONE = 2,
   UPDATE_STATUS_MORE = 3
 } UPDATE_STATUS;

UPDATE_STATUS_DONE:  There are no more updates that pertain to the argument version chain vector. In other words, the server does not have any updates whose versions belong to the version chain vector passed in by the client.

UPDATE_STATUS_MORE:  There are potentially more updates (tombstone, if the client requested tombstones; live, if the client requested live) from the argument version chain vector.