Class: Mnet::Frame
- Inherits:
-
Struct
- Object
- Struct
- Mnet::Frame
- Defined in:
- lib/mnet.rb
Overview
One segment in flight on the send side.
Instance Attribute Summary collapse
-
#len ⇒ Object
Returns the value of attribute len.
-
#payload ⇒ Object
Returns the value of attribute payload.
-
#retries ⇒ Object
Returns the value of attribute retries.
-
#sent_at ⇒ Object
Returns the value of attribute sent_at.
-
#seq ⇒ Object
Returns the value of attribute seq.
Instance Attribute Details
#len ⇒ Object
Returns the value of attribute len
140 141 142 |
# File 'lib/mnet.rb', line 140 def len @len end |
#payload ⇒ Object
Returns the value of attribute payload
140 141 142 |
# File 'lib/mnet.rb', line 140 def payload @payload end |
#retries ⇒ Object
Returns the value of attribute retries
140 141 142 |
# File 'lib/mnet.rb', line 140 def retries @retries end |
#sent_at ⇒ Object
Returns the value of attribute sent_at
140 141 142 |
# File 'lib/mnet.rb', line 140 def sent_at @sent_at end |
#seq ⇒ Object
Returns the value of attribute seq
140 141 142 |
# File 'lib/mnet.rb', line 140 def seq @seq end |