]> git.meshlink.io Git - utcp/history - utcp.c
Update snd.una when receiving an ACK in the SYN_RECEIVED state.
[utcp] / utcp.c
2014-08-09 Guus SliepenUpdate snd.una when receiving an ACK in the SYN_RECEIVE...
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 proper modulo 2^32 comparisons of sequence numbers.
2014-07-25 Guus SliepenDo port numbers properly.
2014-07-24 Guus SliepenStart of UTCP.