From: Guus Sliepen Date: Fri, 23 Apr 2021 07:30:18 +0000 (+0200) Subject: Add meshlink_channel_abort(). X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=39f2e20489cbc3e924547b684340bf722a0df028;hp=39f2e20489cbc3e924547b684340bf722a0df028;p=meshlink Add meshlink_channel_abort(). This is similar to meshlink_channel_close(), but resets the UTCP channel instead of doing a normal FIN shutdown. It will also drop the send and receive buffers. ---