Commit 3097c808 authored by Cole Brown's avatar Cole Brown

Update to latest go-libp2p-core, update tests

parent 6d84e875
This diff is collapsed.
......@@ -241,8 +241,8 @@ func testConnection(t *testing.T, clientTpt, serverTpt *Transport) {
// Run a set of sessions through the session setup and verification.
func TestConnections(t *testing.T) {
clientTpt := newTestTransport(t, ci.RSA, 1024)
serverTpt := newTestTransport(t, ci.Ed25519, 1024)
clientTpt := newTestTransport(t, ci.RSA, 2048)
serverTpt := newTestTransport(t, ci.Ed25519, 2048)
t.Logf("Using default session parameters.")
testConnection(t, clientTpt, serverTpt)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment