Sha256: 38b82ce8d3b6aa385ad8e1d5e75ba76d0a48b838ad122dd07a912589eb7ca32a
Contents?: true
Size: 385 Bytes
Versions: 1
Compression:
Stored size: 385 Bytes
Contents
module PIGATO module PROTO # This is the version of MDP/Client we implement C_CLIENT = "C" # This is the version of MDP/Worker we implement W_WORKER = "W" # MDP/Server commands, as strings W_READY = "1" W_REQUEST = "2" W_REPLY = "3" W_HEARTBEAT = "4" W_DISCONNECT = "5" W_REPLY_PARTIAL = "6" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pigato-0.1.0 | lib/pigato/proto.rb |