aboutsummaryrefslogtreecommitdiffstats
path: root/example/passthrough_helpers.h
AgeCommit message (Collapse)AuthorLines
2019-05-15passthrough: fix unix-domain sockets on FreeBSD (#413)Alan Somers-0/+76
FreeBSD doesn't allow creating sockets using mknod(2). Instead, one has to use socket(2) and bind(2). Add appropriate logic to the examples and add a test case.