A socket-like object which can be used to read UDP datagrams from tunnel-like file descriptors managed by a MemoryIOSystem.

Method __init__ Undocumented
Method recv Receive a datagram sent to this port using the MemoryIOSystem which created this object.
def __init__(self, system, fileno): (source)
Undocumented
def recv(self, nbytes): (source)

Receive a datagram sent to this port using the MemoryIOSystem which created this object.

This behaves like socket.socket.recv but the data being sent and received only passes through various memory buffers managed by this object and MemoryIOSystem.

See Alsosocket.socket.recv
API Documentation for Twisted, generated by pydoctor at 2018-10-15 19:29:43.