summary refs log tree commit diff
path: root/bouncer.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-11-23 16:49:22 -0500
committerJune McEnroe <june@causal.agency>2020-11-23 17:11:02 -0500
commit83dcb6f4856198b92431a0281922f26f0734ff56 (patch)
tree58392d12252615aead511c7f96157057b24120f9 /bouncer.c
parentClean up main loop loops (diff)
downloadpounce-2.1.tar.gz
pounce-2.1.zip
Unlink existing UNIX socket if it can't be connected to 2.1
I think this emulates SO_REUSEADDR, which for some reason doesn't work
on PF_UNIX. If the socket exists, check if connect(2) works, rather than
clobbering the socket being used by a still-running instance.
Diffstat (limited to 'bouncer.c')
0 files changed, 0 insertions, 0 deletions
/commit/bin/cash/cash.1?id=a4a43e1fe85f433f5ed87e9c6ff9783abbba4d1e&follow=1'>Document PSlitJune McEnroe 2019-01-13Document PS0June McEnroe 2019-01-13Set PS0 in cashJune McEnroe 2019-01-13Add PS0June McEnroe 2019-01-13Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe