Part of twisted.internet.interfaces.IReactorUNIXDatagram View Source
| Parameters | address | a path to a unix socket on the filesystem. |
| protocol | a twisted.internet.protocol.DatagramProtocol
instance. | |
| maxPacketSize | maximum packet size to accept | |
| mode | The mode (not umask) to set on the unix socket. See platform
specific documentation for information about how this might affect
connection attempts. (type: int) | |
| Returns | An object which provides IListeningPort. | |