Lines Matching full:multiple
10 - Support multiple clients on one UDP socket/BIO.
16 - Binding multiple BIOs (UDP sockets) to one listener?
166 `SSL_CTX` is intended to span the lifespan of multiple TLS connections there is
180 ### Notes on Internal Refactoring to Support Multiple Connections
193 multiple `QUIC_CHANNEL` instances will exist, one per accepted connection.
199 With server operation, multiple connections will share a single UDP
218 A listener allows multiple connections to be received on a UDP socket. However,
287 support multiple outgoing client connections on one socket these will need to
347 ### Supporting Multiple Sockets
350 listen on multiple UDP sockets:
352 1. Allow a QLSO to bind multiple BIOs;
353 2. Create multiple QLSOs and use some polling mechanism to service all of them;
354 3. Create some higher level object which can aggregate multiple QLSOs.
398 A domain could contain multiple QLSOs (i.e., multiple UDP sockets) in future.
404 supporting multiple sockets and listeners in a given QUIC context if need be.
456 multiple sockets per domain someday.