Skip to content

Expose API used by h3 #2106

@birneee

Description

@birneee

currently, the h3 implementation directly accesses internal quiche fields, functions, structs, and macros, which currently cannot be used by other protocol implementations that want to build on top of quiche, such as moq.

This is also also mentioned here: #2034 (comment)

used by h3:

  • quiche::Connection::dgram_enabled
  • quiche::Connection::grease
  • quiche::Connection::qlog
  • quiche::qlog_with_type
  • quiche::QlogInfo
  • quiche::stream::is_bidi
  • quiche::stream::is_local
  • quiche::stream::StreamMap::is_collected
  • quiche::stream::StreamMap::max_streams_bidi

used by h3 tests:

  • quiche::Connection::undecryptable_pkts
  • quiche::Connection.tx_cap
  • quiche::frame::Frame
  • quiche::range_buf::RangeBuf
  • quiche::stream::StreamMap::blocked

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions