mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
SSU: Don't build a 4 cap address at startup if configured for IPv6-only
This commit is contained in:
@@ -826,7 +826,7 @@ public class UDPTransport extends TransportImpl implements TimedWeightedPriority
|
||||
// must be after pusher and setting external addresses
|
||||
_establisher.startup();
|
||||
_handler.startup();
|
||||
rebuildExternalAddress(false, false);
|
||||
rebuildExternalAddress(false, v6only);
|
||||
}
|
||||
|
||||
public synchronized void shutdown() {
|
||||
|
||||
Reference in New Issue
Block a user