interface documentation
class IRawPacketProtocol(Interface):
Known implementations: twisted.pair.ip.IPProtocol
, twisted.pair.test.test_ethernet.MyProtocol
, twisted.pair.test.test_tuntap.IPRecordingProtocol
An interface for low-level protocols such as IP and ARP.
Method | add |
Add a protocol on top of this one. |
Method | datagram |
An IP datagram has been received. Parse and process it. |