]> git.meshlink.io Git - utcp/history - utcp.h
Handle channel closure during a receive callback when the ringbuffer wraps.
[utcp] / utcp.h
2020-04-19 Guus SliepenAdd a callback that is triggered when the retransmissio...
2020-03-29 Guus SliepenAdd utcp_set_clock_granularity().
2020-03-28 Guus SliepenUse clock_gettime() instead of gettimeofday().
2020-03-28 Guus SliepenAdd utcp_get_mss().
2019-08-08 Guus SliepenAdd a flag to prevent partial writes on a UTCP connection.
2019-07-07 Guus SliepenAdd a function to manually start the connection timeout...
2019-03-17 Guus SliepenAdd functions to get the amount of bytes in the send...
2019-02-25 Guus SliepenSmall fixes for utcp_abort_all_connections().
2019-02-24 SS RoopAdd utcp_abort_all_connections function.
2017-08-13 Guus SliepenAllow timers to be reset.
2017-07-03 Guus SliepenIntroduce utcp_connect_ex().
2017-07-02 Guus SliepenAdd a receive buffer.
2017-07-02 Guus SliepenDefine UTCP_SHUT_RD/WR/RDWR.
2017-07-02 Guus SliepenAdd a function to check for active connections.
2017-07-02 Guus SliepenAllow changing the accept callbacks.
2014-12-05 Guus SliepenChange utcp_timeout() to return a struct timeval.
2014-10-01 Guus SliepenAdd a poll callback to UTCP connections.
2014-08-26 Guus SliepenVarious small fixes, clarifications.
2014-08-16 Guus SliepenAdd socket option functions names similar to setsockopt...
2014-08-16 Guus SliepenAdd utcp_set_mtu().
2014-08-09 Guus SliepenStart implementing timeout handling.
2014-08-09 Guus SliepenPass buffers as const.
2014-07-25 Guus SliepenSegmentize outgoing packets.
2014-07-25 Guus SliepenDo port numbers properly.
2014-07-24 Guus SliepenStart of UTCP.