Refactoring to use broadcasted_sibling_id instead of broadcasted field.

This commit is contained in:
filipi87
2026-02-19 15:06:50 -03:00
parent 50ef4909e3
commit b1cee140b9
4 changed files with 19 additions and 15 deletions

View File

@@ -1 +1 @@
- Added `broadcasted` field to the base `Frame` class. This field is automatically set to `True` by `broadcast_frame()` and `broadcast_frame_instance()` to distinguish broadcasted frames from single-direction frames.
- Added `broadcasted_sibling_id` field to the base `Frame` class. This field is automatically set by `broadcast_frame()` and `broadcast_frame_instance()` to the ID of the paired frame pushed in the opposite direction, allowing receivers to identify broadcast pairs.