Add functionality to replicate #336

This commit is contained in:
md_5
2013-09-15 07:29:22 +10:00
parent 702f434db1
commit d67acd7bc9
4 changed files with 33 additions and 24 deletions

View File

@@ -56,4 +56,9 @@ public class ListenerInfo
* Whether to set the local address when connecting to servers.
*/
private final boolean setLocalAddress;
/**
* Whether to pass the ping through when we can reliably get the target
* server (force default server).
*/
private final boolean pingPassthrough;
}