. */ namespace GameQ\Protocols; /** * Class Postscriptum * * @package GameQ\Protocols * @author Austin Bischoff */ class Postscriptum extends Source { /** * String name of this protocol class * * @type string */ protected $name = 'postscriptum'; /** * Longer string name of this protocol class * * @type string */ protected $name_long = "Post Scriptum"; /** * query_port = client_port + 10 * 64092 = 64090 + 10 * * @type int */ protected $port_diff = 10; }