-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
readers: infer node id from hostname suffix
Problem: the JGF writer supplies the ID of nodes based on the hostname suffix (assuming it exists), which determines which nodes are matched first under policies like high and low. However, the JGF reader could just as easily supply the ID itself, thereby reducing the size of JGF. Make the reader supply the ID instead of the writer.
- Loading branch information
1 parent
dbe9971
commit 6785369
Showing
2 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters