pub const MAX_TRANSMITTER_OBSERVATIONS: usize = 16;Expand description
How many transmitters the table remembers.
A neighborhood larger than this is one where the least recently heard entries are the ones worth losing, and the whole table has to fit a single response page’s worth of answers anyway.