Why does client::Connection not require quic::Send/RecvDatagramExt #226
Closed
gopakumarce
started this conversation in
General
Replies: 2 comments 3 replies
-
I see that 22da938 added send_datagran/recv_datagram on the server side, I guess it just needs to be added on the client side and there is no other specific reason ? If so ill float a PR for that |
Beta Was this translation helpful? Give feedback.
0 replies
-
The |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ClientConnection only requires quic::Connection, any reason to exclude the send/recv datagram from it ? It would be nice to be able to use the client::Connection to also send and receive datagrams and hence the question
Beta Was this translation helpful? Give feedback.
All reactions