Class: Pio::Echo::Request
Overview
OpenFlow 1.0 Echo Request message.
Instance Method Summary collapse
-
#initialize(user_options = {}) ⇒ Request
constructor
Creates an EchoRequest OpenFlow message.
Methods inherited from Message
Constructor Details
#initialize ⇒ Request #initialize(transaction_id) ⇒ Request #initialize(user_options) ⇒ Request
Creates an EchoRequest OpenFlow message. This message can be used to measure the bandwidth of a controller/switch connection as well as to verify its liveness.
40 41 42 |
# File 'lib/pio/echo/request.rb', line 40 def initialize( = {}) super REQUEST, end |