You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restrict TX emission to a runtime-available interface bitmap
Add udpard_tx_t.iface_bitmap, a runtime-mutable subset of UDPARD_IFACE_BITMAP_ALL naming the locally available interfaces; udpard_tx_new() gains a matching parameter (breaking change). Each push intersects the requested iface set with it, so transfer replicas are no longer enqueued for interfaces the application cannot drain (where they previously expired silently). Zero means listen-only.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: AGENTS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Please read `README.md` for general information about LibUDPard, and `CONTRIBUTING.md` for development-related notes.
4
4
5
-
Keep the code and comments very brief. Be sure every significant code block is preceded with a brief comment.
5
+
DO NOT COMMENT THE CODE unless comments add critical information that is impossible to infer from reading the code (design rationale, gotchas, etc), in which case extremely terse comments are allowed.
6
6
7
7
If you need a build directory, create one in the project root named with a `build` prefix;
8
8
you can also use existing build directories if you prefer so,
0 commit comments