const INBOUND_BUFFER: usize = 64;Expand description
Bound for the inbound channel. 64 frames buffered is plenty — the rmcp
service loop drains promptly. If the channel ever fills up, receive() /
the reader task will simply backpressure on stdin, which is fine.