Package legume :: Package udp :: Module buffer :: Class OutgoingMessage
[frames] | no frames]

type OutgoingMessage

object --+
         |
        OutgoingMessage

Instance Methods
 
__init__(self, message_id, message_bytes, require_ack)
Instance Variables
  require_ack
If this message requires an ack this timestamp will either be None (not yet sent), or a value obtained from time.time() indicating when the message was last sent.
Properties
  length
Method Details

__init__(self, message_id, message_bytes, require_ack)
(Constructor)

 
Overrides: object.__init__
(inherited documentation)

Instance Variable Details

require_ack

If this message requires an ack this timestamp will either be None (not yet sent), or a value obtained from time.time() indicating when the message was last sent. The EndpointBuffer will not send a packet until 2xRTT ms has elapsed between send attempts.

Property Details

length