We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f3dc3 commit cb510c3Copy full SHA for cb510c3
iroh/src/magicsock/transports.rs
@@ -602,8 +602,6 @@ impl quinn::AsyncUdpSocket for MagicTransport {
602
/// This is special in that it handles [`MultipathMappedAddr::Mixed`] by delegating to the
603
/// [`MagicSock`] which expands it back to one or more [`Addr`]s and sends it
604
/// using the underlying [`Transports`].
605
-// TODO: Can I just send the TransportsSender along in the EndpointStateMessage::SendDatagram
606
-// message?? That way you don't have to hook up the sender into the EndpointMap!
607
#[derive(Debug)]
608
#[pin_project::pin_project]
609
pub(crate) struct MagicSender {
0 commit comments