From d2baf65c86ac164346f25828c54775bab8343841 Mon Sep 17 00:00:00 2001 From: Konstantin Ananyev Date: Wed, 7 Jul 2021 17:25:00 +0000 Subject: l4p/tcp: introduce tle_tcp_stream_abort() API Introduce ability ot perform abnormal connection termination. Signed-off-by: Konstantin Ananyev Change-Id: I75b5153505348ceface903cd2c8e012707631168 --- lib/libtle_l4p/tcp_stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libtle_l4p/tcp_stream.h') diff --git a/lib/libtle_l4p/tcp_stream.h b/lib/libtle_l4p/tcp_stream.h index f04052d..9b22b38 100644 --- a/lib/libtle_l4p/tcp_stream.h +++ b/lib/libtle_l4p/tcp_stream.h @@ -67,6 +67,7 @@ struct tcb { uint8_t wscale; uint8_t nb_retx; /* number of retransmission */ uint8_t nb_retm; /**< max number of retx attempts. */ + uint8_t close_flags; /* tcp flags to send on close */ } snd; struct tle_tcp_syn_opts so; /* initial syn options. */ }; -- cgit 1.2.3-korg