Using BSD socket in iOS devices the TCP ACKs are delaying.

Continuing to the title,

The TCP ACKs is delaying iOS devices its because of wifi radio signal is sleeping, because of this video streaming quality is dropping after 2 to 3 minutes of video playback.

How to over come this issue ? Is Network.framwrok is solution for this issue ?

Replies

The TCP ACKs is delaying iOS devices its because of wifi radio signal is sleeping, because of this video streaming quality is dropping after 2 to 3 minutes of video playback. How to over come this issue ? Is Network.framwrok is solution for this issue ?

Network Framework would absolutely be my recommendation, as it was designed to be an modern alternative to BSD sockets.

If you find the same thing with NWConnection, then I would recommend opening a bug report for this.

Matt Eaton
DTS Engineering, CoreOS
meaton3@apple.com