diff options
author | 2011-01-08 00:44:19 +0000 | |
---|---|---|
committer | 2011-01-08 00:44:19 +0000 | |
commit | 440ca1469b30c799b66cde73a8fe4c4c7a763f29 (patch) | |
tree | d39d251719f0d3964121f8f2b08bc14b0edb1841 /usr.bin/tmux/tmux.c | |
parent | some minor improvements to rnd. (diff) | |
download | wireguard-openbsd-440ca1469b30c799b66cde73a8fe4c4c7a763f29.tar.xz wireguard-openbsd-440ca1469b30c799b66cde73a8fe4c4c7a763f29.zip |
Support unix domain sockets in nc(1) with -Uu.
Previously, using -U with -u was an error that was not documented
in the man page. Now it will use a unix socket in datagram mode.
Bidirectional unix datagram communication requires a socket at
both ends, so in client mode (without -l), a temporary socket is
created so that responses from the server can be received.
If -s is specified with -U and -u, it specifies the location of
the temporary socket to create.
This was mostly written way back in 2007. Since then, various
improvements implemented based on suggestions from guenther@,
tedu@, and nicm@. Man page help from nicm@ and jmc@.
Unix datagram support requires a small change to atomicio.c
in order to function correctly, this will be committed separately
shortly.
OK nicm@
Diffstat (limited to 'usr.bin/tmux/tmux.c')
0 files changed, 0 insertions, 0 deletions