Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: Shorten the path used by the client endpoint
For communication over unixgram, both the server and the client need an endpoint. They are filesystem paths which must be smaller than 104 bytes. This commit attempts to make them shorter while keeping them unique and non-guessable. Signed-off-by: Christophe Fergeau <[email protected]>
- Loading branch information