The calls made by tle_tcp_stream_establish for filling the snd and rcv
TCB seq/ack values assume numbers taken from a SYN/ACK. This makes the
expected ordering backwards from the perspective of the stream itself.
I.e. Data from stream's SEQ number aligns with SYN/ACK's ACK number.
Change-Id: I1877dec6053615a8c0140a6112e5eac659bf5709 Signed-off-by: Stefan Baranoff <[email protected]>