t.i.i.I.connectUNIXDatagram(address, protocol, maxPacketSize=8192, mode=438, bindAddress=None) : method documentation

Part of twisted.internet.interfaces.IReactorUNIXDatagram View Source

Connect a client protocol to a datagram UNIX socket.
Parametersaddressa path to a unix socket on the filesystem.
protocola twisted.internet.protocol.ConnectedDatagramProtocol instance
maxPacketSizemaximum packet size to accept
modeThe mode (not umask) to set on the unix socket. See platform specific documentation for information about how this might affect connection attempts. (type: int)
bindAddressaddress to bind to
ReturnsAn object which provides IConnector.
API Documentation for Twisted, generated by pydoctor at 2014-09-18 22:01:49.