apache / apache/trafficserver

Use connect+bind

Open
#4,702 5 comments 0 reactions 0 assignees View on GitHub
Enhancement 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.

If we could use connect() and bind(), each connections would have own sockets, and then we would be able to use the same mechanism as TCP connections.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.