pull/412/head
Christopher Young 2016-05-03 09:39:16 -04:00
rodzic 64f1ae1154
commit 6db8ba6fc0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -38,7 +38,7 @@ type networkConnection struct {
Port uint32
Capability uint8
messageQueue [][]byte // Device message queue.
MessageQueueLen uint64 // Length of the message queue. For debugging.
MessageQueueLen int // Length of the message queue. For debugging.
/*
Sleep mode/throttle variables. "sleep mode" is actually now just a very reduced packet rate, since we don't know positively
when a client is ready to accept packets - we just assume so if we don't receive ICMP Unreachable packets in 5 secs.