Skip to content

Commit cb510c3

Browse files
fixup: remove todo
1 parent b4f3dc3 commit cb510c3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

iroh/src/magicsock/transports.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,6 @@ impl quinn::AsyncUdpSocket for MagicTransport {
602602
/// This is special in that it handles [`MultipathMappedAddr::Mixed`] by delegating to the
603603
/// [`MagicSock`] which expands it back to one or more [`Addr`]s and sends it
604604
/// 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!
607605
#[derive(Debug)]
608606
#[pin_project::pin_project]
609607
pub(crate) struct MagicSender {

0 commit comments

Comments
 (0)