Variable SOA.serial

The unsigned 32 bit version number of the original copy of the zone. Zone transfers preserve this value. This value wraps and should be compared using sequence space arithmetic.

struct SOA
{
  // ...
  uint serial ;
  // ...
}