Adding support for specifying localAddress in remote config

This commit is contained in:
Viktor Klang 2012-02-18 17:39:20 +01:00
parent f4069ee776
commit fe1df72691
4 changed files with 11 additions and 1 deletions

View file

@ -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)