Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add routes support #133

Merged
merged 15 commits into from
Aug 2, 2023
Merged

Add routes support #133

merged 15 commits into from
Aug 2, 2023

Conversation

na-ji
Copy link
Collaborator

@na-ji na-ji commented Jul 27, 2023

Golbat will now decode routes received through the GetRoutesOutProto. The routes are saved in a new table called route.

This PR closes issue #129.

@na-ji na-ji self-assigned this Jul 27, 2023
@jfberry
Copy link
Collaborator

jfberry commented Jul 27, 2023

I doubt routes will come thick and fast, but most other decodes are protected with a striped mutex to ensure that there isn't a collision with simultaneous decode (you get a duplicate record error message usually when this happens, which usually goes away)

@jfberry
Copy link
Collaborator

jfberry commented Jul 28, 2023

No indexes yet for route retrieval

na-ji added 2 commits July 29, 2023 19:39
Routes can be returned in multiple cells. So now they're only counted once.
@Mygod Mygod mentioned this pull request Jul 31, 2023
@jfberry jfberry merged commit 7ecc566 into main Aug 2, 2023
@Fabio1988 Fabio1988 deleted the route-support branch August 2, 2023 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants