iOS7 - first to support multipath TCP, allowing simultaneous Wi-Fi and cell network connections
It seems Apple included a bit of a networking surprise in iOS 7. According to a logs captured from an iOS device while connecting to Apple’s Siri servers, the latest version of the mobile operating system includes support for a new technology called multipath TCP. Multipath TCP allows devices to transmit data over multiple connection types at once, such as LTE, Wi-Fi, and Bluetooth.
Essentially, this allows devices to maintain their connection to the Internet or another device even if one of the connections fails. Say for example you were on a weak Wi-Fi network that kept cutting out while attempting to watch a YouTube video. On most Internet-connected devices, that video would stop loading when your connection died, and even if it quickly reestablish a connection by finding that weak Wi-Fi signal or switching to LTE, the device would have to reopen the connection to YouTube and start downloading the video again.
With MCTCP your iOS 7 device will be able to stay connected over both LTE and Wi-Fi at once. If your Wi-Fi connection fails, the LTE connection would continue downloading the data uninterrupted. You would likely never even know the difference unless you tapped the screen and checked your signal indicator.
iOS 7 is the first commercial software to ship with a working MCTCP implementation. The technology doesn’t require any special hardware, so existing devices will be able to take advantage of this feature, too.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通