v1 uses a fixed send window (config.h window_pkts, DESIGN.md §5.8 defers congestion control on purpose: the target is small urgent messages on closed meshes). For lossy links that are congestion-related rather than radio-related, a fixed window is either wasteful or unfair.
Looking for design input before code: something minimal and predictable (AIMD on the window, or a BBR-lite pacing rate from the existing RTT estimator) that preserves determinism under SimNet. Proposals welcome as comments here; a SimNet-reproducible experiment beats an opinion.
v1 uses a fixed send window (config.h window_pkts, DESIGN.md §5.8 defers congestion control on purpose: the target is small urgent messages on closed meshes). For lossy links that are congestion-related rather than radio-related, a fixed window is either wasteful or unfair.
Looking for design input before code: something minimal and predictable (AIMD on the window, or a BBR-lite pacing rate from the existing RTT estimator) that preserves determinism under SimNet. Proposals welcome as comments here; a SimNet-reproducible experiment beats an opinion.