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.
我有一个 WCF 服务,在一种方法中,我使用一个具有字节 [] 的类作为参数。当我使用这种方法时,如果客户端与服务在同一台计算机上,一切正常,但如果客户端在另一台计算机上,我会遇到一些问题。
例如,如果我使用 winshark,我会收到以下错误:
另一个错误是“TCP dup ACK 61#1”。
TCP重传。好吧,我认为这是一个错误,因为它是红色的。
TCP 故障。
TCP 快速重传。这是红色的,所以我认为这是另一个错误。
谢谢。