Skip to content

Enter "Reset Recvd" state when sending RESET_STREAM is acked #5481

@masaori335

Description

@masaori335

To follow section 3.1.

Once a packet containing a RESET_STREAM has been acknowledged, the
sending part of the stream enters the "Reset Recvd" state, which is a
terminal state.
https://tools.ietf.org/html/draft-ietf-quic-transport-20#section-3.1

It looks like, there're piece of code, but not used correctly.

void
QUICSendStream::_on_frame_acked(QUICFrameInformationUPtr &info)
{
StreamFrameInfo *frame_info = nullptr;
switch (info->type) {
case QUICFrameType::RESET_STREAM:
this->_is_reset_complete = true;
break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    ToDo (old)

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions