]> git.meshlink.io Git - meshlink/history - src/utcp.c
Never automatically try to bind to ports >= 32768.
[meshlink] / src / utcp.c
2021-05-04 Guus SliepenFix potential incorrect destruction of channels.
2021-04-29 Guus SliepenClear send and receive buffers before channel close...
2021-04-23 Guus SliepenEnsure aux field is initialized in RST packets.
2021-04-23 Guus SliepenAdd meshlink_channel_abort().
2021-04-15 Guus SliepenFix buffer shrinking logic in UTCP.
2021-04-10 Guus SliepenReduce UTCP memory usage.
2021-04-08 Guus SliepenEnsure we don't use external buffers after a channel...
2021-03-17 Guus SliepenFix potential channel buffer corruption when using...
2021-03-03 Guus SliepenAllow the application to provide channel send/receive...
2021-02-23 Guus SliepenAdd meshlink_set_channel_flags().
2020-09-30 Guus SliepenFix cornercases closing channels.
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.