Part of twisted.internet.interfaces.IReactorUNIX View Source
| Parameters | address | a path to a unix socket on the filesystem. |
| factory | a twisted.internet.protocol.Factory
instance. | |
| backlog | number of connections to allow in backlog. | |
| 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) | |
| wantPID | if True, create a pidfile for the socket. If address is a
Linux abstract namespace path, this must be False. | |
| Returns | An object which provides IListeningPort. | |