Adding support for specifying localAddress in remote config
This commit is contained in:
parent
f4069ee776
commit
fe1df72691
4 changed files with 11 additions and 1 deletions
|
|
@ -43,6 +43,7 @@ class RemoteConfigSpec extends AkkaSpec(
|
|||
UsePassiveConnections must be(true)
|
||||
Hostname must not be "" // will be set to the local IP
|
||||
PortSelector must be(0)
|
||||
OutboundLocalAddress must be(None)
|
||||
MessageFrameSize must be(1048576)
|
||||
ConnectionTimeout must be(2 minutes)
|
||||
Backlog must be(4096)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue