aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libtle_l4p/tcp_rxtx.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-27- Introduce tle_tcp_stream_readv() and tle_tcp_stream_writev().Konstantin Ananyev1-86/+292
2017-06-11libtle_l4p: fix at termination tcp stream not always cleanup it's send queue.Konstantin Ananyev1-4/+13
2017-06-09tle_tcp_proces: fix the issue when strem can sit in the txs queue forever.Konstantin Ananyev1-4/+5
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