Avoid WRITE_READY loop
Open
QUIC
Stale
- Dominant language
- C++
- Stars
- 2k
- Forks
- 874
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 46
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.