Posts

Post not yet marked as solved
3 Replies
Trying to understand this but still not very clear in sys/socket.h. One question is: if we use NSURLNetworkServiceTypeResponsiveData, does that mean NSURLSessionStreamTask will send/receive data must faster because of the underlying thread dedicated to it will have higher priority? Thanks.
Post marked as solved
6 Replies
Yes, tcp_nodelay is something we want to use. Thanks for the information. Wonder if any properties in NSURLSessionConfiguration could achive similar effect? Thanks.