Refactor key agreement connection choosing.

This commit is contained in:
akwizgran
2018-02-27 17:51:25 +00:00
parent a8ed86575d
commit 9cdd537600
14 changed files with 258 additions and 150 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();
}