summaryrefslogtreecommitdiffstats
path: root/src/vnet/session/transport_types.h
AgeCommit message (Collapse)AuthorFilesLines
2019-03-29Integrate first QUIC protocol implementationNathan Skrzypczak1-0/+1
Currently supports on single stream exposed through standard internal APIs Based on libquicly & picotls by h2o Change-Id: I7bc1ec0e399d1fb02bfd1da91aa7410076d08d14 Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
2019-02-06transport: cleanupFlorin Coras1-0/+197
- move transport specific types to transport_types - add transport wrapper functions for interaction with transport protocol vfts Change-Id: I93f70d884585fc2f41c4a605e310c80e8a8972f2 Signed-off-by: Florin Coras <fcoras@cisco.com>