(ma)
| 48194 | } |
| 48195 | |
| 48196 | add (ma) { |
| 48197 | ma = ensureMultiaddr(ma) |
| 48198 | |
| 48199 | if (!this.has(ma)) { |
| 48200 | this._multiaddrs.push(ma) |
| 48201 | } |
| 48202 | } |
| 48203 | |
| 48204 | // addSafe - prevent multiaddr explosion™ |
| 48205 | // Multiaddr explosion is when you dial to a bunch of nodes and every node |