Refactor key agreement connection choosing.

This commit is contained in:
akwizgran
2018-02-27 17:51:25 +00:00
parent 53b38d83e8
commit cbb65ec807
14 changed files with 298 additions and 227 deletions

View File

@@ -614,7 +614,7 @@ class TorPlugin implements DuplexPlugin, EventHandler, EventListener {
@Override
public DuplexTransportConnection createKeyAgreementConnection(
byte[] commitment, BdfList descriptor, long timeout) {
byte[] commitment, BdfList descriptor) {
throw new UnsupportedOperationException();
}