Sha256: 089b86539f7086598d5387c75eded63748373402aaaa473e3fd9b74849086093

Contents?: true

Size: 220 Bytes

Versions: 1

Compression:

Stored size: 220 Bytes

Contents

module Pio
  module OpenFlow
    # OFPT_* constants.
    module Type
      HELLO = 0
      ECHO_REQUEST = 2
      ECHO_REPLY = 3
      FEATURES_REQUEST = 5
      FEATURES_REPLY = 6
      PACKET_IN = 10
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pio-0.9.0 lib/pio/open_flow/type.rb