Skip to content

Commit 720e39b

Browse files
committed
CHANGELOG: add entry for bridged-endpoint polling feature
Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
1 parent 9b420d5 commit 720e39b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1111
1. `mctpd` will now retry endpoint query commands (Get Message Type Support and
1212
Get Endpoint UUID) on initial endpoint enumeration.
1313

14+
2. `mctpd` can now poll for the presence of bridged endpoints once a bridge has
15+
been discovered and enumerated. Polling is implemented using a Get Endpoint
16+
ID command, at an interval configurable through the `endpoint_poll_ms`
17+
configuration parameter within the bus-owner section. A value of `0` (the
18+
default) will disable polling.
19+
20+
Once a bridged endpoint has been discovered, the endpoint will be enumerated,
21+
published on dbus, and polling will cease.
22+
1423
## [2.4] - 2025-10-28
1524

1625
### Fixed

0 commit comments

Comments
 (0)