Back to project page killingspree.
The source code is released under:
MIT License
If you think the Android project killingspree listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.sillygames.killingSpree.screens.settings; public class Constants { public static final int DISCOVERY_TCP_PORT = 2001; public static final int DISCOVERY_UDP_PORT = 3001; public static final int GAME_TCP_PORT = 2001; public static final int GAME_UDP_PORT = 3001; public static final int TIMEOUT = 2000; public static final int PROTOCOL_VERSION = 1; }