class twisted.pair.raw.IRawPacketProtocol(Interface): (source)
Known implementations: twisted.pair.ip.IPProtocol
An interface for low-level protocols such as IP and ARP.
Method | addProto | Add a protocol on top of this one. |
Method | datagramReceived | An IP datagram has been received. Parse and process it. |
An IP datagram has been received. Parse and process it.