To do this, all we really need is to find a way to send each node's link state information to all other nodes.
Basically, we are deciding whether m is closer to n or to n - R by looking at the difference between n and m. Since the actual sequence number corresponding to n could be any number of the form n + k*R, this enables us to determine which of the "real" sequence numbers that might correspond to n is closest to m.