X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=akka%2Frepackaged-akka-jar%2Fsrc%2Fmain%2Fresources%2Fremote_reference.conf;h=1f61e101d0af2aa215e06802eadabc4274f0be9e;hb=refs%2Fchanges%2F01%2F97901%2F2;hp=4e465e31fe52633610f2bc1f75f4d96f93fcff74;hpb=e66df4e9ae44728c178147fe2462b7138d74810a;p=controller.git diff --git a/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf b/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf index 4e465e31fe..1f61e101d0 100644 --- a/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf +++ b/akka/repackaged-akka-jar/src/main/resources/remote_reference.conf @@ -594,7 +594,7 @@ akka { # Enables SO_REUSEADDR, which determines when an ActorSystem can open # the specified listen port (the meaning differs between *nix and Windows) # Valid values are "on", "off" and "off-for-windows" - # due to the following Windows bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4476378 + # due to the following Windows bug: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=4476378 # "off-for-windows" of course means that it's "on" for all other platforms tcp-reuse-addr = off-for-windows @@ -742,14 +742,14 @@ akka { artery { # Disable artery with this flag - enabled = off + enabled = on # Select the underlying transport implementation. # # Possible values: aeron-udp, tcp, tls-tcp # See https://doc.akka.io/docs/akka/current/remoting-artery.html#selecting-a-transport for the tradeoffs # for each transport - transport = aeron-udp + transport = tcp # Canonical address is the address other clients should connect to. # Artery transport will expect messages to this address.