kopia lustrzana https://github.com/cyoung/stratux
Other apps using port 4000.
rodzic
7d9d4c14de
commit
f47a224c1d
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue