Skip to content

Commit 2c932de

Browse files
remark
1 parent 76762f6 commit 2c932de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libudpard/udpard.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2135,6 +2135,7 @@ static void rx_port_accept_stateful(udpard_rx_t* const rx,
21352135
}
21362136

21372137
/// 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.
21382139
static void rx_port_accept_stateless(udpard_rx_t* const rx,
21392140
udpard_rx_port_t* const port,
21402141
const udpard_us_t timestamp,

0 commit comments

Comments
 (0)