Sang Woo Kim 7ae3ca84c0 client, server: interpret monitor ackAny percentage as a fraction
A "N%" ackAny was computed as percent*queueSize on the client and
percent*limit on the server, without dividing by 100, then clamped to
the queue size.  Any percentage >= 1% therefore saturated to the full
queue, so ackAny="50%" behaved as 100% and defeated percentage-style
ack control.

Divide the clamped percent by 100 on both the client (clientmon.cpp)
and server (servermon.cpp) parsing paths.

Note: this changes the negotiated ack threshold for existing
percentage ackAny requests.
2026-05-24 14:13:25 -07:00
2025-11-19 17:54:10 -08:00
2025-12-22 18:17:44 -08:00
doc
2026-02-27 08:19:09 +00:00
2026-02-09 18:02:00 -08:00
2026-01-05 14:40:26 -08:00
2025-10-01 10:21:53 -07:00
2023-08-14 21:17:42 -07:00
2023-11-20 10:59:44 -08:00
2023-08-22 15:09:42 +02:00
2025-08-07 15:15:37 -07:00
2022-04-05 12:01:28 -07:00
2025-04-03 10:40:21 +01:00
2025-12-22 18:17:44 -08:00
2019-10-23 13:29:31 -07:00
2023-05-26 08:49:27 -07:00
2025-07-31 09:35:42 +01:00
doc
2024-07-31 21:47:08 -07:00
2025-10-07 09:51:25 -07:00
2026-02-11 07:20:03 -08:00
S
Description
The "new" pvAccess library
Readme BSD-3-Clause
2.7 MiB
Languages
C++ 95.9%
Python 2.1%
Makefile 1.3%
Shell 0.3%
CMake 0.2%
Other 0.1%