| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 874c502 commit 73326ae
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -951,7 +951,7 @@ changes: | |||
| 951 | 951 | port, even if another process has already bound a socket on it. Incoming | |
| 952 | 952 | datagrams are distributed to listening sockets. The option is available | |
| 953 | 953 | only on some platforms, such as Linux 3.9+, DragonFlyBSD 3.6+, FreeBSD 12.0+, | |
| 954 | - Solaris 11.4, and AIX 7.2.5+. On unsupported platforms this option raises an | ||
| 954 | + Solaris 11.4, and AIX 7.2.5+. On unsupported platforms, this option raises | ||
| 955 | 955 | an error when the socket is bound. | |
| 956 | 956 | **Default:** `false`. | |
| 957 | 957 | * `ipv6Only` {boolean} Setting `ipv6Only` to `true` will | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -558,7 +558,8 @@ changes: | |||
| 558 | 558 | multiple sockets on the same host to bind to the same port. Incoming connections | |
| 559 | 559 | are distributed by the operating system to listening sockets. This option is | |
| 560 | 560 | available only on some platforms, such as Linux 3.9+, DragonFlyBSD 3.6+, FreeBSD 12.0+, | |
| 561 | - Solaris 11.4, and AIX 7.2.5+. **Default:** `false`. | ||
| 561 | + Solaris 11.4, and AIX 7.2.5+. On unsupported platforms, this option raises | ||
| 562 | + an error. **Default:** `false`. | ||
| 562 | 563 | * `path` {string} Will be ignored if `port` is specified. See | |
| 563 | 564 | [Identifying paths for IPC connections][]. | |
| 564 | 565 | * `port` {number} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments