Lines Matching +full:uni +full:- +full:directional
2 * Copyright 2023-2024 The OpenSSL Project Authors. All Rights Reserved.
12 * doc/man7/ossl-guide-quic-multi-stream.pod
32 int sock = -1; in create_socket_bio()
50 * Create a UDP socket. We could equally use non-OpenSSL calls such in create_socket_bio()
57 if (sock == -1) in create_socket_bio()
63 sock = -1; in create_socket_bio()
70 sock = -1; in create_socket_bio()
77 if (sock != -1) { in create_socket_bio()
88 /* If sock is -1 then we've been unable to connect to the server */ in create_socket_bio()
89 if (sock == -1) in create_socket_bio()
155 printf("Usage: quic-client-non-block [-6] hostname port\n"); in main()
159 if (!strcmp(argv[argnext], "-6")) { in main()
161 printf("Usage: quic-client-non-block [-6] hostname port\n"); in main()
268 * bi-directional, and the second will be uni-directional. in main()
305 * number of bytes that we read. The data could be non-printable or in main()
330 * reset - or some failure occurred on the underlying connection. in main()
358 * containing the data requested in our uni-directional stream. This doesn't in main()
375 * stream 2 was uni-directional so there is no data to be read from that in main()