diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | src/DirectConnection.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright 2019 Aleksi Lindeman +Copyright 2019 dec05eba Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/DirectConnection.cpp b/src/DirectConnection.cpp index 5cfafb7..6576264 100644 --- a/src/DirectConnection.cpp +++ b/src/DirectConnection.cpp @@ -297,6 +297,7 @@ namespace sibs } int socketId = socket->udtSocket; + rendezvous connection requires closing the connection and reusing it... read udt manual Log::debug("DirectConnections: Connecting to %s peer (ip: %s, port: %d, rendezvous: %s, p2p: %s)", server ? "server" : "client", address.getAddress().c_str(), address.getPort(), rendezvous ? "yes" : "no", options.useP2p ? "yes" : "no"); |