Merge branch 'inactive-contacts' into 'master'
Don't connect to inactive contacts Two changes: 1. Don't use remote transport properties for contacts that are in the process of being introduced - this avoids wasted connection attempts, as we can't create stream contexts for such contacts. 2. Don't activate contacts when receiving incoming streams - doing so was meant as a workaround for newly introduced contacts having inconsistent views of their introduction status if the introducer was offline. But it just shifted the inconsistency elsewhee, so this change removes the workaround. See merge request !153
Showing
- briar-core/src/org/briarproject/properties/TransportPropertyManagerImpl.java 2 additions, 0 deletions...briarproject/properties/TransportPropertyManagerImpl.java
- briar-core/src/org/briarproject/transport/KeyManagerImpl.java 0 additions, 3 deletions...r-core/src/org/briarproject/transport/KeyManagerImpl.java
Loading
Please register or sign in to comment