Other apps using port 4000.

pull/32/head
Christopher Young 2015-09-04 19:37:50 -04:00
rodzic 7d9d4c14de
commit f47a224c1d
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -121,9 +121,10 @@ func refreshConnectedClients() {
}
newq := make([][]byte, 0)
sleepMode := false
if networkOutput.Port == 4000 { // Start off FF in sleep mode until something is received.
/* if networkOutput.Port == 4000 { // Start off FF in sleep mode until something is received.
sleepMode = true
}
*/
outSockets[ipAndPort] = networkConnection{Conn: outConn, Ip: ip, Port: networkOutput.Port, Capability: networkOutput.Capability, sleepMode: sleepMode, sleepQueue: newq}
}
validConnections[ipAndPort] = true