ДКМ от ДОУ доработан

This commit is contained in:
danil_tim
2025-02-14 11:58:37 +03:00
parent 50b60234d6
commit a77eb98e1a
3 changed files with 49 additions and 32 deletions

View File

@@ -1,6 +1,6 @@
extends Node
const UNICAST_PORT: int = 50003
const UNICAST_ADDRESS: String = '10.1.1.3'
const UNICAST_PORT: int = 50014
const UNICAST_ADDRESS: String = '10.1.1.14'
const BROADCAST_PORT: int = 50000
const DEFAULT_ADDRESS: String = '10.1.1.11'
const DEFAULT_PORT: String = '50011'