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.
TcpClient に何かが起こって受信されなかった場合、または ack がクライアントに戻ってこなかった場合、TcpClient がパケットを再送信するかどうか疑問に思っていますか? 私は次のことを考えていますが、それが役に立たないかどうかわかりませんか?
if(data.length != reply.length){ NetworkStream str = client.GetStream(); str.Write(data, 0, data.Length); }