Skip to content

Avoid WRITE_READY loop #5352

@maskit

Description

@maskit

Since we use one socket for all QUIC connections (all QUICNetVCs share the socket), we cannot notify WRITE_READY appropriately. Currently we have a hack for this issue which reschedule WRITE_READY at the end of event handler.

connect+bind (#4702) is suggested as a solution, but it's just one of suggestions we have.

We should link all information from here, and explore and discuss how we fix it on this issue.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

ToDo (old)

Relationships

None yet

Development

No branches or pull requests

Issue actions