Skip to content

Use connect+bind #4702

@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.

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.

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