A datagram mode in the provided sample client and server will make all the communication happen using unreliable datagrams. I wonder whether I can have a single client connection that can sometimes send reliable stream and sometimes unreliable datagrams. If yes, is there any example I can refer to?
According to RFC 9221, such a QUIC connections should be possible.
A datagram mode in the provided sample client and server will make all the communication happen using unreliable datagrams. I wonder whether I can have a single client connection that can sometimes send reliable stream and sometimes unreliable datagrams. If yes, is there any example I can refer to?
According to RFC 9221, such a QUIC connections should be possible.