Ask Your Question

Revision history [back]

From my understanding the PSH flag in the TCP segment is set by the sender to tell the receiver to immediately process the data received to that point. As frames move back and forth between sender and receiver, each TCP Segment has a field called the "Acknowledgement Number", which is a message back to the 'other side' indicating how much data has been received to that point. This is denoted by the "ACK" label in Wireshark. If an Ethernet frames is 'lost' on the network, the receiver will keep the Acknowledgement number the same in subsequent segments sent - a note to the sender to resend data from that point.

I am not sure the PSH and ACK are the root cause of your issue. When the server fails to connect to a web site, are you seeing the server perform a DNS lookup for web site? Are you seeing the server try to open a new TCP connection to the internet web site?