An open API service indexing awesome lists of open source software.

https://github.com/schmichael/udsplay

playground
https://github.com/schmichael/udsplay

Last synced: 23 days ago
JSON representation

playground

Awesome Lists containing this project

README

          

# udsplay
playground

# linux results

- Unix sockets are removed when the creating process exits *cleanly*
- Unix sockets can be symlinked
- When the original socket is removed and recreated, the symlink works again
- Unix sockets can be bind mounted
- When the original socket is removed and recreated, the bind mount is not updated

- readers get an EOF when the listener exits cleanly or uncleanly