For now, no applets are using the <kop> value when consuming data. At least,
as far as I know. But it remains a good idea to keep the applet API
compatible. So now, the <kip> of the opposite side is properly forwarded to
applets.
channel_check_idletimer(ic);
+ sc_ep_fwd_kip(sco, sc);
+
input = ic->total;
output = co_data(oc);
app->applet->fct(app);
if (se_fl_test(sc->sedesc, SE_FL_ORPHAN))
return 0;
+ sc_ep_fwd_kip(sco, sc);
+
/* TODO: Splicing is not supported, so it is not possible to have FF data stuck into the I/O buf */
BUG_ON(sc_ep_have_ff_data(sc));