]> git.meshlink.io Git - meshlink/history - src/utcp.c
Send RST packets when receiving data after we closed a UDP channel.
[meshlink] / src / utcp.c
2020-09-29 Guus SliepenSend RST packets when receiving data after we closed...
2020-07-29 Guus SliepenAdd meshlink_set_channel_listen_cb().
2020-07-29 Guus SliepenEnsure the poll callback is called when a UDP channel...
2020-07-23 Guus SliepenFix the channels-udp test case.
2020-06-03 Guus SliepenInclude "system.h" in the UTCP sources.
2020-06-03 Guus SliepenDon't crash when trying to connect a channel to port 0.
2020-05-18 Guus SliepenReset closed connections if there is incoming data.
2020-05-15 Guus SliepenHandle UTCP receive buffer wraparound corner cases.
2020-05-13 Guus SliepenFix more compiler warnings.
2020-05-11 Guus SliepenMove UTCP into the MeshLink repository.