aboutsummaryrefslogtreecommitdiff
path: root/src/util/socket_address.rs
Commit message (Collapse)AuthorAgeFilesLines
* util: add helper sum type for unix and tcp socket addressesnetworkException2023-09-291-0/+44
this patch introduces a new sum type that can represent either a tcp socket address or a unix domain socket path.