Christopher Faulet 68a14db573 MINOR: stream-int: Set CO_RFL transient/persistent flags apart in si_cs_rcv()
In si_cs_recv(), some CO_RFL flags are set when the mux's .rcv_buf()
function is called. Some are persitent inside si_cs_recv() scope, some
others must be computed at each call to rcv_buf(). This patch takes care of
distinguishing them.

Among others, CO_RFL_KEEP_RECV is a persistent flag while CO_RFL_BUF_WET is
transient.
2021-09-23 16:19:36 +02:00
..
2021-05-08 12:29:51 +02:00
2020-09-25 17:54:48 +02:00
2021-09-17 17:22:05 +02:00
2021-09-17 17:22:05 +02:00
2021-09-17 17:22:05 +02:00
2021-09-23 15:27:25 +02:00
2021-09-17 17:22:05 +02:00
2021-08-06 11:07:48 +02:00
2021-05-08 12:29:01 +02:00
2021-09-23 15:27:25 +02:00