]> git.meshlink.io Git - meshlink/commit
Add meshlink_channel_abort().
authorGuus Sliepen <guus@meshlink.io>
Fri, 23 Apr 2021 07:30:18 +0000 (09:30 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 23 Apr 2021 07:30:18 +0000 (09:30 +0200)
commit39f2e20489cbc3e924547b684340bf722a0df028
tree883428dcc8a3f2481c3d53c89d513ac77180698c
parent777055274c4a1959318330800e449a2bc27835fb
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.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/utcp.c