class documentation

class MyProtocol: (source)

Implements interfaces: twisted.pair.raw.IRawDatagramProtocol

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method addProto Add a protocol on top of this one.
Method datagramReceived An IP datagram has been received. Parse and process it.
Instance Variable expecting Undocumented
def __init__(self, expecting): (source)

Undocumented

def addProto(self, num, proto): (source)

Add a protocol on top of this one.

def datagramReceived(self, data, partial, source, dest, protocol, version, ihl, tos, tot_len, fragment_id, fragment_offset, dont_fragment, more_fragments, ttl): (source)

An IP datagram has been received. Parse and process it.

expecting = (source)

Undocumented