这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

you want to use SSL_poll() for QUIC. As you've noted, multiple QUIC connections, if accepted from the same listener, will share an underlying UDP socket, so its not possible to tell from the epoll return which client has pending events. SSL_poll() manages this by testing each QUIC connections read and write buffers for available data. You can see an example of how this is done, its available in ./demos/quic/poll-server/

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@BastianVoigt
Comment options

@nhorman
Comment options

Answer selected by BastianVoigt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants