]> git.meshlink.io Git - utcp/history - utcp_priv.h
Handle channel closure during a receive callback when the ringbuffer wraps.
[utcp] / utcp_priv.h
2020-04-19 Guus SliepenAdd a callback that is triggered when the retransmissio...
2020-04-05 Guus SliepenMake RTT variables per-connection.
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 SliepenDon't call the poll callback unnecessarily.
2020-03-28 Guus SliepenUse clock_gettime() instead of gettimeofday().
2020-03-28 Guus SliepenImplement ringbuffers.
2020-03-28 Guus SliepenAllocate a persistent packet buffer.
2020-03-19 Guus SliepenDistinguish between MTU and MSS.
2020-03-08 Guus SliepenImplement slow start threshold according to RFC 5681.
2020-03-08 Guus SliepenAlways announce the receive window size as the size...
2018-07-22 Guus SliepenAllow utcp_send() before a connection has been fully...
2017-08-13 Guus SliepenFix SYN packet handling.
2017-07-03 Guus SliepenIntroduce utcp_connect_ex().
2017-07-02 Guus SliepenDefine USEC_PER_SEC, use "sec" and "usec" in comments.
2017-07-02 Guus SliepenMeasure RTT and calculate RTO.
2017-07-02 Guus SliepenTurn magic numbers into #defines.
2017-07-02 Guus SliepenAdd a receive buffer.
2014-12-02 Guus SliepenFix and refactor send buffer code.
2014-10-01 Guus SliepenAdd a poll callback to UTCP connections.
2014-08-26 Guus SliepenVarious small fixes, clarifications.
2014-08-17 Guus SliepenStart implementation of congestion avoidance.
2014-08-17 Guus SliepenAllow debug messages to be compiled out.
2014-08-16 Guus SliepenAdd socket option functions names similar to setsockopt...
2014-08-16 Guus SliepenMove private struct declarations e.a. to utcp_priv.h.