How do I get relative ack number greater than sequence number?
I could see my relative sequence number as "1" and my relative ack number as "493". As far as i know, the sequence number is starting number of packet number i'm going to send and ack is one the packet number which the computer at the other end expects to arrive. Here both contradicts.
relative sequence number = 1 and relative ack number = 493
Am I missing out something? Can someone explain me on this?
This article says that wireshark would display an apparently random number for ack during handshake..