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.
Chrome Socket API允许我们从一个disconnect()TCP 套接字。但是,在对方发送数据包后,我如何决定是否要让套接字保持半开状态?谢谢。FIN
disconnect()
FIN
如果您收到了一个 FIN 数据包,它充其量是半开的。您只能从您的一端发送数据,而不能接收它,如果对等方完全关闭,您甚至可能无法发送。你必须尝试一下。请注意,由此产生的错误(对等方重置连接)可能会由于缓冲而延迟。