Date
Oct. 25th, 2024
 
2024年 9月 23日

Post: What is TIC Read Status?

What is TIC Read Status?

Published 12:09 Sep 27, 2017.

Created by @ezra. Categorized in #Programming, and tagged as #iOS.

Source format: Markdown

Table of Content

Apple staff gave the following answer:

TIC expands to "TCP I/O connection", which is a subsystem within CFNetwork that runs a TCP connection.

For example: TIC Read Status [11:0x0]: 1:57.

1 and 57 are the CFStreamError domain and code, respectively; a domain of 1 is kCFStreamErrorDomainPOSIX and, within that domain, 57 is ENOTCONN.

In short, a TCP read has failed with ENOTCONN.

As the TCP I/O connection subsystem has no public API, you must necessarily be using it via some high-level wrapper (like NSURLSession).

https://forums.developer.apple.com/thread/66058

Pinned Message
HOTODOGO
The Founder and CEO of Infeca Technology.
Developer, Designer, Blogger.
Big fan of Apple, Love of colour.
Feel free to contact me.
反曲点科技创始人和首席执行官。
开发、设计与写作皆为所长。
热爱苹果、钟情色彩。
随时恭候 垂询