]> git.meshlink.io Git - utcp/summary
 
descriptionLight-weight, user-space implementation of RFC 793.
ownerGuus Sliepen
last changeThu, 14 May 2020 21:47:01 +0000 (23:47 +0200)
shortlog
2020-05-14 Guus SliepenHandle channel closure during a receive callback when... master
2020-05-14 Guus SliepenEnsure buf->offset is always smaller than buf->size.
2020-05-04 Guus SliepenEnsure we retransmit the SYNACK packet if we didn't...
2020-05-04 Guus SliepenReturn an error if we can't allocate the packet buffer...
2020-04-19 Guus SliepenAdd a callback that is triggered when the retransmissio...
2020-04-19 Guus SliepenAvoid calling malloc() in fast_retransmit().
2020-04-16 Guus SliepenFix potential segmentation fault when the receive callb...
2020-04-13 Guus SliepenAvoid calling the poll callback for UDP style channels.
2020-04-11 Guus SliepenHandle the case where we reduce the buffer size below...
2020-04-11 Guus SliepenHandle incoming packets that don't fit into the receive...
2020-04-06 Guus SliepenFix generating invalid retransmit timeouts.
2020-04-05 Guus SliepenMake RTT variables per-connection.
2020-04-05 Guus SliepenFix RTT measurement.
2020-04-02 Guus SliepenAdd IPv4 style fragments for UDP style channels.
2020-04-02 Guus SliepenTurn constants back into macros.
2020-03-29 Guus SliepenFix a memory leak.
...
heads
3 years ago master
4 years ago feature/congestion-window
4 years ago feature/efficent-buffers