mirror of
https://github.com/agessaman/MeshCore.git
synced 2026-08-27 00:19:52 +00:00
Bring the new code in line with the surrounding style, which comments
lightly. Drops the function-header blocks, keeping the short notes that
record something non-obvious: the peer match ordering, the cipher block
padding, and the reply size limit.
Also collapses the duplicated no-reply/reply branches in
advanceRegionDiscover(), and hoists the repeated prefix out of the
'regions.subscribe' status reply. No behaviour change.
Includes the ambiguous-prefix check for 'regions.subscribe {prefix}',
which previously took whichever neighbour matched first.