Your IP : 216.73.216.213


Current Path : /opt/alt/python37/lib64/python3.7/site-packages/twisted/pair/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/site-packages/twisted/pair/__pycache__/raw.cpython-37.pyc

B

�'�\+�@s4dZddlmZGdd�de�ZGdd�de�ZdS)z4
Interface definitions for working with raw packets
�)�	Interfacec@s eZdZdZdd�Zdd�ZdS)�IRawDatagramProtocolz?
    An interface for protocols such as UDP, ICMP and TCP.
    cCsdS)z4
        Add a protocol on top of this one.
        N�rrr�C/opt/alt/python37/lib64/python3.7/site-packages/twisted/pair/raw.py�addProtoszIRawDatagramProtocol.addProtocCsdS)zI
        An IP datagram has been received. Parse and process it.
        Nrrrrr�datagramReceivedsz%IRawDatagramProtocol.datagramReceivedN)�__name__�
__module__�__qualname__�__doc__rrrrrrr
src@s eZdZdZdd�Zdd�ZdS)�IRawPacketProtocolzB
    An interface for low-level protocols such as IP and ARP.
    cCsdS)z4
        Add a protocol on top of this one.
        Nrrrrrr szIRawPacketProtocol.addProtocCsdS)zI
        An IP datagram has been received. Parse and process it.
        Nrrrrrr%sz#IRawPacketProtocol.datagramReceivedN)rr	r
rrrrrrrrsrN)rZzope.interfacerrrrrrr�<module>s