Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我熟悉几种不同的 TCP 连接方式(CFNetwork、BSD 套接字等),但我最近发现 NSStream 有“XXXwithURL:”API,它只允许使用 NSStream 进行 TCP 连接。以这种方式创建连接有什么好处吗?
另外,NSStream 和 CFStream 之间有什么联系?看起来它们是免费桥接的,但这是否意味着 NSStream 是建立在 CFStream 之上的?