Case 1:
PC A sends a packet (8bytes padding, 20B TCP Header, 20B IP Header, 18B Ethernet Header) with 0 sequence number to PC B.
PC B will send an ACK Message (ACK Number = 0) Right?
Case 2:
PC A sends a packet (Phantom Byte(1B), 7bytes padding, 20B TCP Header, 20B IP Header, 18B Ethernet Header) with 0 sequence number to PC B.
PC B will send an ACK (ACK Number = 1) Right?
Lastly, how PC or TCP Driver distinguishes between phantom byte and padding byte, and decides with which ACK number to reply?