Documentation
¶
Overview ¶
flcliapi - Freelance Pattern agent class.
Implements the Freelance Protocol at http://rfc.zeromq.org/spec:10.
Index ¶
Constants ¶
View Source
const ( // If no server replies within this time, abandon request GLOBAL_TIMEOUT = 3000 * time.Millisecond // PING interval for servers we think are alive PING_INTERVAL = 2000 * time.Millisecond // Server considered dead if silent for this long SERVER_TTL = 6000 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.