quic: fifo notifications fix 83/20483/3
authorAloys Augustin <aloaugus@cisco.com>
Wed, 3 Jul 2019 14:59:43 +0000 (16:59 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Wed, 3 Jul 2019 16:30:11 +0000 (16:30 +0000)
commit0c7f54d489c66742903c460daa843ce048dbaf06
treecb5213ba798af532ef407f753be9a2325a6a4f5a
parent3eea9de899f4affbe6695bb314989981fca8f234
quic: fifo notifications fix

Add SESSION_IO_EVT_RX handling in session_send_evt_to_thread to allow
internal apps to send rx events ("tx notifications") to quic.
Add a call to quic_send_packets in quic_custom_app_rx_callback to
ensure QUIC ACKs are sent if there is no other activity on the
connection.

Type: fix

Change-Id: I885e01e6475e5b0274f274e9dd34d4a771719e69
Signed-off-by: Aloys Augustin <aloaugus@cisco.com>
src/plugins/quic/quic.c
src/vnet/session/session.c