Class: Mnet::Frame

Inherits:
Struct
  • Object
show all
Defined in:
lib/mnet.rb

Overview

One segment in flight on the send side.

Instance Attribute Summary collapse

Instance Attribute Details

#lenObject

Returns the value of attribute len

Returns:

  • (Object)

    the current value of len



140
141
142
# File 'lib/mnet.rb', line 140

def len
  @len
end

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



140
141
142
# File 'lib/mnet.rb', line 140

def payload
  @payload
end

#retriesObject

Returns the value of attribute retries

Returns:

  • (Object)

    the current value of retries



140
141
142
# File 'lib/mnet.rb', line 140

def retries
  @retries
end

#sent_atObject

Returns the value of attribute sent_at

Returns:

  • (Object)

    the current value of sent_at



140
141
142
# File 'lib/mnet.rb', line 140

def sent_at
  @sent_at
end

#seqObject

Returns the value of attribute seq

Returns:

  • (Object)

    the current value of seq



140
141
142
# File 'lib/mnet.rb', line 140

def seq
  @seq
end