summaryrefslogtreecommitdiffstats
path: root/demos/guide/quic-client-block.c
AgeCommit message (Expand)Author
2023-11-21augment quic demos to support ipv4/6 connectionsNeil Horman
2023-11-02Update the QUIC demos to accept hostname/port on the command lineMatt Caswell
2023-10-25quic: documentation and demo nitsJames Muir
2023-09-08Return NULL if we fail to create a BIO in the demos/quicserverMatt Caswell
2023-09-08Add a missing call to BIO_closesocket()Matt Caswell
2023-09-08Expand the explanation of how to go and do useful work in non-blockingMatt Caswell
2023-09-08Add a QUIC non-blocking demoMatt Caswell
2023-08-25Update demos/tutorial to distinguish between stream and connection errorsMatt Caswell
2023-08-25Add some additional comments to the demosMatt Caswell
2023-08-25Add a QUIC multi-stream client demoMatt Caswell
2023-08-25Update the desciption of shutdown in the QUIC client blocking tutorialMatt Caswell
2023-08-24QUIC: Rename SSL_set_initial_peer_addr to SSL_set1_initial_peer_addrHugo Landau
2023-07-01Fix new typo found by codespell in demoDimitri Papadopoulos
2023-06-28Add a non-blocking QUIC client demoMatt Caswell