QUIC: Initial multi stream support 61/18761/3
authorAloys Augustin <aloaugus@cisco.com>
Tue, 9 Apr 2019 09:36:40 +0000 (11:36 +0200)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 16 Apr 2019 17:54:24 +0000 (17:54 +0000)
commit39d04099467414175803273433c95a96c0276252
treed1a0be5d758b4388316e6683d59c28d84b4b7c96
parentb3b267cf59682560846847c96dbd62b453ad0d01
QUIC: Initial multi stream support

To connect a stream, apps should call connect while passing the id of the QUIC
connection in the new transport_opts field in session_endpoint_cfg_t.
Apps are notified of new streams with their accept callback, which is called
each time a peer opens a stream.

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