summaryrefslogtreecommitdiffstats
path: root/lib/ratp.c
Commit message (Expand)AuthorAgeFilesLines
* ratp: Fix closing connectionsSascha Hauer2020-06-161-0/+2
* ratp: Free buffersSascha Hauer2020-05-201-0/+2
* crc: import crc_itu_t() from kernelSascha Hauer2019-03-041-2/+2
* ratp: fix sending data that won't fit in a single RATP packetAleksander Morgado2018-08-311-2/+4
* lib,ratp: avoid too verbose info messagesAleksander Morgado2017-09-201-1/+1
* ratp: user close may happen in SYN-RECEIVED stateAleksander Morgado2017-06-231-1/+1
* ratp: consolidate setting the next AN or SN flagsAleksander Morgado2017-06-231-14/+16
* ratp: don't ignore data that may arrive in behaviour H1Aleksander Morgado2017-06-231-1/+7
* ratp: send initial data in behaviour B if any pendingAleksander Morgado2017-06-231-4/+4
* ratp: prefer using ratp_send_ack() in behaviour I1Aleksander Morgado2017-06-231-9/+3
* ratp: consolidate ratp_sn_expected() and ratp_an_expected()Aleksander Morgado2017-06-231-1/+1
* ratp: fix sending ACKs without dataAleksander Morgado2017-06-231-5/+4
* ratp: remove bogus data checks in behavior C2Aleksander Morgado2017-06-231-7/+1
* ratp: fix single byte sending flagged with SOAleksander Morgado2017-06-231-5/+6
* ratp: fix data presence checkAleksander Morgado2017-06-231-2/+2
* ratp: completely ignore RST flagged packets in behavior GAleksander Morgado2017-06-231-0/+3
* ratp: add missing RST flag in behavior GAleksander Morgado2017-06-231-1/+1
* ratp: send missing RST in behavior C2Aleksander Morgado2017-06-231-0/+7
* ratp: avoid unnecessary variable initializationsAleksander Morgado2017-06-231-2/+2
* ratp: add missing transition to SYN-RECEIVED in behavior BAleksander Morgado2017-06-231-5/+9
* ratp: avoid using already freed memoryAleksander Morgado2017-06-061-2/+2
* Add Reliable Asynchronous Transfer ProtocolSascha Hauer2016-01-181-0/+1834