On this page
Endpoint
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Endpoint.swift
-
Where a tmux server listens.
tmux resolves a *name* against
$TMUX_TMPDIRat exec time, so the same name can denote different servers in different environments. A *path* denotes one socket. The two are mutually exclusive, and a value of either kind is always addressable — the length check that a path must pass happens here rather than at bind time, where it would surface as an opaque failure.
7 declared, 0 inherited
Members
- socketName(_:) constant
- socketPath(_:) constant
- !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
- init(from:) method Creates a new instance by decoding from the given decoder.
- init(socketName:) method
- init(socketPath:) method
- portableSocketPathByteLimit property The longest socket path this library will accept, in bytes.