class TargettedPeer(Kamaelia.Internet.UDP.BasicPeer)
Inboxes
control : Not listened to
inbox : Data recieved here is sent to the reciever addr/port
target : Data receieved here changes the receiver addr/port data is tuple form: (addr, port)
Outboxes
outbox : Data received on the socket is passed out here, form: ((addr, port), data)
signal : No data sent to
Methods defined here
Warning!
You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers.