Removed some old consts

This commit is contained in:
2023-07-31 19:14:27 +10:00
parent 7ca6fdc195
commit ccafc6866a
3 changed files with 8 additions and 13 deletions

View File

@@ -25,10 +25,6 @@ class Setup extends Model
public const PRODUCT_VERSION_MIN = 0;
public const BIND = '::';
public const EMSI_PORT = 60179;
public const EMSI_BIND = self::BIND;
public const DNS_PORT = 53;
public const DNS_BIND = '::';
public const O_BINKP = 1<<1; /* Listen for BINKD connections */
public const O_EMSI = 1<<2; /* Listen for EMSI connections */