This commit is contained in:
Michael Davidsaver
2025-12-30 18:33:14 -08:00
parent 9a13662e08
commit 8c07933fe0
+3
View File
@@ -9,6 +9,9 @@ Release Notes
* server: plug channel cache leak when close Channel while reusing Connection.
* server: disable one-sided attempt to handle saturated connection.
* ioc: add `pvxs_log_config()` and `pvxs_log_reset()` IOCsh functions.
* ioc: renamed semi-internal C symbol names to avoid conflicts with QSRV1:
`dbpvar()` -> ``dbpvxr()`, ``pvaLinkNWorkers`` -> ``pvxLinkNWorkers``.
Names in IOC shell remain unchanged.
* tools: pvxvct can use endpoint syntax to listen for multicast on a specific interface.
eg. ``pvxvct -B 224.1.2.23@eth0`` or ``pvxvct -B 224.1.2.23@10.1.1.100``.