Package legume :: Package udp :: Module connection :: Class Connection
[frames] | no frames]

type Connection

object --+
         |
        Connection

Instance Methods
 
__init__(self, parent)
 
hasOutgoingPackets(self)
 
processInboundPacket(self, data)
Processes a raw data packet.
 
sendMessage(self, message)
 
sendReliableMessage(self, message)
 
update(self)
This method sends any packets that are in the output buffer and reads any packets that have been recieved.
Properties
  latency
Method Details

__init__(self, parent)
(Constructor)

 
Overrides: object.__init__
(inherited documentation)

processInboundPacket(self, data)

 
Processes a raw data packet. This method is normally called from

Property Details

latency