forked from I2P_Developers/i2p.i2p
Transport: State transition fix
This commit is contained in:
@ -502,12 +502,12 @@ public abstract class CommSystemFacade implements Service {
|
||||
case IPV4_SNAT_IPV6_OK:
|
||||
return IPV4_FIREWALLED_IPV6_OK;
|
||||
|
||||
case REJECT_UNSOLICITED:
|
||||
case IPV4_OK_IPV6_FIREWALLED:
|
||||
case IPV4_DISABLED_IPV6_FIREWALLED:
|
||||
return REJECT_UNSOLICITED;
|
||||
|
||||
case DIFFERENT:
|
||||
case REJECT_UNSOLICITED:
|
||||
return newStatus;
|
||||
|
||||
// cases where we already knew the IPv6 state only
|
||||
|
Reference in New Issue
Block a user