I don't think it's tcp offloading because they're just PC network cards. That and the checksum errors really do tear down the TCP sessions. The host sends a FIN.
client <-> host
The host starts a TCP session to the client. 3way handshake looks good. then data is sent to the client. the ACKS from the client then have TCP checksum errors, host retransmits only to be met with ACKS from the client with checksum problems. Host finally sends a FIN to the client.
Second problem is the session will run just fine for hours and then all of a sudden stop responding to the host. The trace was run on the client machine.
Any ideas? I'm thnking maybe driver/stack problem and told level 3 to focus on that.
Oh, and the trace shows that it will work good/clean/no checksum errors for hours.
client <-> host
The host starts a TCP session to the client. 3way handshake looks good. then data is sent to the client. the ACKS from the client then have TCP checksum errors, host retransmits only to be met with ACKS from the client with checksum problems. Host finally sends a FIN to the client.
Second problem is the session will run just fine for hours and then all of a sudden stop responding to the host. The trace was run on the client machine.
Any ideas? I'm thnking maybe driver/stack problem and told level 3 to focus on that.
Oh, and the trace shows that it will work good/clean/no checksum errors for hours.