aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtle_l4p/tcp_rxtx.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-15Added rte_ring wrapper functions to support dpdk-17.05 and older versionMohammad Abdul Awal1-8/+8
2017-05-09two fixes. - allow conditional jumbo frame based on rx_max_pkt_len - fix mss ...Mohammad Abdul Awal1-1/+1
2017-04-14* Add siphash file for calculating the sequence number.Reshma Pattan1-7/+14
2017-03-27tcp: fix RCV.WND set incorreclty when peer doesn't support WSCALE optionKonstantin Ananyev1-0/+5
2017-03-23implement sw segmentation for tcpMohammad Abdul Awal1-35/+99
2017-03-06Rewrite accept() code-path and make l4fwd not to close() on FIN immediatelly.Konstantin Ananyev1-279/+221
2017-02-24Introduce first version of TCP code.Konstantin Ananyev1-0/+2431