| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent af4b56d commit 350f4cf
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -153,9 +153,12 @@ This function is asynchronous. When the server has been bound, | |||
| 153 | 153 | will be added as a listener for the [`'listening'`][] event. | |
| 154 | 154 | ||
| 155 | 155 | On UNIX, the local domain is usually known as the UNIX domain. The path is a | |
| 156 | - filesystem path name. It is subject to the same naming conventions and | ||
| 157 | - permissions checks as would be done on file creation, will be visible in the | ||
| 158 | - filesystem, and will *persist until unlinked*. | ||
| 156 | + filesystem path name. It gets truncated to `sizeof(sockaddr_un.sun_path)` | ||
| 157 | + bytes, decreased by 1. It varies on different operating system between 91 and | ||
| 158 | + 107 bytes. The typical values are 107 on Linux and 103 on OS X. The path is | ||
| 159 | + subject to the same naming conventions and permissions checks as would be done | ||
| 160 | + on file creation, will be visible in the filesystem, and will *persist until | ||
| 161 | + unlinked*. | ||
| 159 | 162 | ||
| 160 | 163 | On Windows, the local domain is implemented using a named pipe. The path *must* | |
| 161 | 164 | refer to an entry in `\\?\pipe\` or `\\.\pipe\`. Any characters are permitted, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments