BuildDocsReferenceGuidesBlogDiscordBunTCPSocketListenOptionsexclusiveBuildDocsReferenceGuidesBlogDiscordBunTCPSocketListenOptionsexclusiveTCPSocketListenOptions.exclusiveexclusiveReferenceDocsGuidesDiscordMerch StoreGitHubBlogRuntimePackage managerTest runnerBundlerPackage runnerBun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicenseWe're hiring →
property exclusive | Bun module | Bun,AI智能索引,全网链接索引,智能导航,网页索引
- Whether to use exclusive mode.
When set to `true`, the socket binds exclusively to the specified address:port
combination, preventing other processes from binding to the same port.
When `false` (default), other sockets may be able to bind to the same port
depending on the operating system