Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DIAL_TIMEOUT = 3 * time.Second
net dial timeout
Functions ¶
Types ¶
type VMQ_STATUS ¶
type VMQ_STATUS int
vmq state machine
const ( STATUS_IDLE VMQ_STATUS = iota // no net conn STATUS_CONNECTING // no conn ack STATUS_CONNECTED // recive connack STATUS_DISCONNECTED // disconnected )
Click to show internal directories.
Click to hide internal directories.