]> git.meshlink.io Git - utcp/shortlog
utcp
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 SliepenAdd a .gitignore file.
2014-08-16 Guus SliepenMove private struct declarations e.a. to utcp_priv.h.
2014-08-16 Guus SliepenAdd utcp_set_mtu().
2014-08-16 Guus SliepenHandle FIN_WAIT_1 state when retransmitting.
2014-08-16 Guus SliepenIncrease sndbuf when necessary.
2014-08-10 Guus SliepenRedo receive logic.
2014-08-10 Guus SliepenUpdate README.
2014-08-09 Guus SliepenAllow variable packet loss rates to be set in the test...
2014-08-09 Guus SliepenPrint both incoming and outgoing packets.
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 SliepenRename UTCP to README.
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-25 Guus SliepenBuild both binaries.
2014-07-24 Guus SliepenStart of UTCP.