summaryrefslogtreecommitdiff
path: root/include/net/tcp.h
AgeCommit message (Expand)Author
5 daysnet: Add parens to macro PSEUDO_HDR_SIZEAndrew Goodbody
2024-12-28net/tcp: improve tcp framework, use better state machineMikhail Kshevetskiy
2024-12-28net/tcp: rename ack_edge and seq_init to more common rcv_nxt and irsMikhail Kshevetskiy
2024-12-28net/tcp: add connection info to tcp_stream structureMikhail Kshevetskiy
2024-12-28net/tcp: put connection specific data into a tcp_stream structureMikhail Kshevetskiy
2023-05-05net: support being a TCP server to unblock TCP fastbootDmitrii Merkurev
2022-11-28net: Add TCP protocolYing-Chun Liu (PaulLiu)