Decoder cleanups from experimental branch.
This commit is contained in:
parent
0433ed3f5d
commit
5e522fe8db
8 changed files with 588 additions and 477 deletions
|
@ -26,7 +26,7 @@
|
|||
#define MODES_ICAO_FILTER_TTL 60
|
||||
|
||||
// Open-addressed hash table with linear probing.
|
||||
// We store each address twice to handle Address/Parity and Data/Parity
|
||||
// We store each address twice to handle Data/Parity
|
||||
// which need to match on a partial address (top 16 bits only).
|
||||
|
||||
// Maintain two tables and switch between them to age out entries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue