Files
osmaczko 5ef6360c2e feat: let the delivery node pick its own port (#53)
Chat has no stake in which port its delivery node listens on, yet init made the caller name one, so every host running two instances had to invent a port scheme and thread it through the calls, the docs, and the doc-tests.

delivery_module already assigns a free port to every listening socket the config leaves unpinned, so pinning one was chat opting out of a decision the transport makes better. Dropping the parameter and the pinned ports hands it back.
2026-07-22 11:43:21 +02:00
..
2026-06-25 15:21:31 +02:00