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.
我正在使用 libssh2 库,我想知道是否有任何方法可以知道会话是否仍处于活动状态或是否已断开连接。
重要的是要注意,会话仅在执行握手后才变为活动状态,这将为关联的套接字设置传输层。
据我所知,我认为没有特定的功能可以测试会话是否仍处于活动状态。您必须查看附加到会话的套接字是否仍然处于活动状态。