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.
有没有办法知道打开的 tcp 套接字的当前序列号和确认号?
我知道这可以通过嗅探所有传出数据来完成。问题是,它也可以使用 API 来完成吗?
不,套接字接口不提供对该信息的访问。获得它的唯一两种方法是:
第二种选择显然是一个巨大的工程!:-)