https://github.com/schmichael/udsplay
playground
https://github.com/schmichael/udsplay
Last synced: 23 days ago
JSON representation
playground
- Host: GitHub
- URL: https://github.com/schmichael/udsplay
- Owner: schmichael
- License: mpl-2.0
- Created: 2022-11-01T22:40:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T16:00:04.000Z (over 3 years ago)
- Last Synced: 2025-03-21T03:27:23.470Z (about 1 year ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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