]> git.meshlink.io Git - utcp/history - utcp_priv.h
Call the poll callback with 0 whenever a connection is closed.
[utcp] / utcp_priv.h
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.