mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 12:00:43 +01:00
Having a getter for the local port of the server socket permits the use of port 0. While creating a ServerSocket, port 0 means the socket will use any available port of the system. To know which port was chosen, you need the getter added by this commit.