Skip to content

Add helpers to find open ephemeral ports

Simon Spannagel requested to merge ephemeral into main

Just a bit of playing around: adding helper methods to find the next free port starting from a provided standard port.

Use cases are e.g. the logger fetching the next free port to bind for publishing. This port can then be advertised through CHIRP.

Merge request reports