Implement basic udp query to close #185

This commit is contained in:
md_5
2013-09-24 10:09:55 +10:00
parent 14389eb370
commit 32a5271dc3
10 changed files with 281 additions and 2 deletions

View File

@@ -61,4 +61,12 @@ public class ListenerInfo
* server (force default server).
*/
private final boolean pingPassthrough;
/**
* What port to run udp query on.
*/
private final int queryPort;
/**
* Whether to enable udp query.
*/
private final boolean queryEnabled;
}