goat relay host diff (#1052)
little helper for comparing the host lists of two distinct relay
instances.
sequences are always counting up, and won't be exact matches! this
implementation allows "slop" between the sequences.
an alternative implementation would be do do multiple interleaved
enumeration requests for each relay, then see if there is overlap
between the ranges; if there is overlap, presumably they are both
relatively in sync.