We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76762f6 commit 2c932deCopy full SHA for 2c932de
libudpard/udpard.c
@@ -2135,6 +2135,7 @@ static void rx_port_accept_stateful(udpard_rx_t* const rx,
2135
}
2136
2137
/// The stateless strategy accepts only single-frame transfers and does not maintain any session state.
2138
+/// It could be trivially extended to fallback to UNORDERED when multi-frame transfers are detected.
2139
static void rx_port_accept_stateless(udpard_rx_t* const rx,
2140
udpard_rx_port_t* const port,
2141
const udpard_us_t timestamp,
0 commit comments