| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
Connection
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
MTU = 1400
|
|
MESSAGE_TRANSPORT_HEADER =
|
|
RECENT_MESSAGE_LIST_SIZE = 1000
|
|
MINIMUM_RESEND_DELAY_MS = 0.01
|
|
| Properties | |
| out_buffer_bytes | |
| latency | |
| in_bytes | |
| out_bytes | |
| reorder_queue | |
| keepalive_count | |
|
Inherited from |
|
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Send a message and specify any options for the send method used. A message sent inOrder is implicitly sent as reliable. message is an instance of a subclass of packets.BasePacket. Returns the number of bytes added to the output queue for this message (header + message). |
Send a message that is guaranteed to be delivered. message is an instance of a subclass of packets.BasePacket |
Send a message in the in-order channel. Any packets sent in-order will arrive in the order they were sent. message is an instance of a subclass of packets.BasePacket |
| Property Details |
out_buffer_bytes
|
latency
|
in_bytes
|
out_bytes
|
reorder_queue
|
keepalive_count
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 13 20:33:07 2011 | http://epydoc.sourceforge.net |