| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
OutgoingMessage
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| 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 | |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
| Instance Variable Details |
require_ackIf 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
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 13 20:33:07 2011 | http://epydoc.sourceforge.net |