pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sigtran/+/40552?usp=email )
Change subject: combined_linkset: Improve comment explaining ordering ......................................................................
combined_linkset: Improve comment explaining ordering
Change-Id: I0d148e11bf4d33ecdc5c99a5fb887a74c666eb52 --- M src/ss7_combined_linkset.c 1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/52/40552/1
diff --git a/src/ss7_combined_linkset.c b/src/ss7_combined_linkset.c index 6f4f506..eb19b85 100644 --- a/src/ss7_combined_linkset.c +++ b/src/ss7_combined_linkset.c @@ -73,7 +73,8 @@ * insert the route in the ordered list of routes. The list is sorted by * mask length, so that the more specific (longer mask) routes are * first, while the less specific routes with shorter masks are last. - * Within the same mask length, the routes are ordered by priority. + * Within the same mask length, the routes are ordered by priority + * (where lower value means higher prio). * Hence, the first matching route in a linear iteration is the most * specific match. */