Skip to content

RTCQuicStreamState: Definitions and implications for Readable and Writeable #788

@aboba

Description

@aboba

We have combined the half-closed-remote and half-closed-local states from the QUIC transport document into a single "closing" state. Also, we have both finish and reset methods. Some questions:

  1. Does receipt of a STREAM frame with the FIN bit set automatically cause the RTCQuicStream object to send a STREAM frame with the FIN bit set in reply? Or does this not happen until the local peer calls finish()?

  2. Does receipt of a STREAM frame with the FIN bit set affect either the Readable or Writeable slots on the local peer?

  3. Does receipt of a RST_STREAM frame automatically cause the RTCQuicStream object to send a RST_STREAM frame in reply?

  4. Does receipt of a RST_STREAM frame cause both the Readable and Writeable slots on the local peer to be set to false?

  5. Calling reset() causes both the Readable and Writeable slots to transition to false, correct?

  6. Calling finish() causes the Writeable slot to transition to false, but does not affect the Readable slot on the local peer, correct?

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