Skip to content

Commit

Permalink
docs(roadmap): mark UPnP as done
Browse files Browse the repository at this point in the history
Marks UPnP as `done` in the ROADMAP.md

Pull-Request: #4518.
  • Loading branch information
jxs authored Sep 18, 2023
1 parent 7b5d815 commit ff92ba0
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,6 @@ This makes rust-libp2p a truly end-to-end solution, enabling users to use rust-l

Reduce maintenance burden and reduce dependency footprint.

### Automate port-forwarding e.g. via UPnP

| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
|--------------|--------|-------------------|---------------------------------------------------|--------------|------------|
| Connectivity | todo | | https://github.com/libp2p/rust-libp2p/issues/3903 | | |

Leverage protocols like UPnP to configure port-forwarding on ones router when behind NAT and/or firewall.
Another technique in addition to hole punching increasing the probability for a node to become publicly reachable when behind a firewall and/or NAT.

## Done

### Alpha QUIC support
Expand Down Expand Up @@ -176,3 +167,13 @@ Kademlia operations.

We added alpha support for QUIC in Q4/2022 wrapping `quinn-proto`.
Evaluate using `quinn` directly, replacing the wrapper.

### Automate port-forwarding e.g. via UPnP

| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
|--------------|--------|-------------------|---------------------------------------------------|--------------|------------|
| Connectivity | done | | https://github.com/libp2p/rust-libp2p/pull/4156 | | |

Leverage protocols like UPnP to configure port-forwarding on ones router when behind NAT and/or firewall.
Another technique in addition to hole punching increasing the probability for a node to become publicly reachable when behind a firewall and/or NAT.

0 comments on commit ff92ba0

Please sign in to comment.