Skip to content

[th/connection-track-setting-rework]

Thomas Haller requested to merge th/connection-track-setting-rework into main

rework how NMConnection tracks NMSetting instances.

Instead of a GHashTable, use a fixed size array (of 52 entries, for each setting type).

This also makes accessing the arrays predictable and stable.

Merge request reports