Bump to akka-2.6.17
[controller.git] / akka / repackaged-akka-jar / src / main / resources / remote_reference.conf
index 4e465e31fe52633610f2bc1f75f4d96f93fcff74..1f61e101d0af2aa215e06802eadabc4274f0be9e 100644 (file)
@@ -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.