Set PSH flag when calling send 86/34986/3
authorBen Magistro <[email protected]>
Thu, 20 Jan 2022 22:27:03 +0000 (22:27 +0000)
committerBen Magistro <[email protected]>
Tue, 1 Feb 2022 15:00:31 +0000 (15:00 +0000)
commit324b4cfd81e2db76d0b817f886ee34ba12e42a3c
treeb70488bd42bd39a52039cab3b07054f6c1af6698
parent5d42e683caeff787a618e2b9180d41dcd1825286
Set PSH flag when calling send

As described in RFC 793 section 2.8, this change implements setting the
PSH flag for TCP when sending the last data segment that has been
enqueued.

Signed-off-by: Ben Magistro <[email protected]>
Change-Id: I24f2410d204bc2391c0d8253ae81d5a694be27ef
lib/libtle_l4p/tcp_rxtx.c