]> git.meshlink.io Git - utcp/commit
Avoid calling the poll callback for UDP style channels.
authorGuus Sliepen <guus@sliepen.org>
Mon, 13 Apr 2020 19:30:00 +0000 (21:30 +0200)
committerGuus Sliepen <guus@sliepen.org>
Mon, 13 Apr 2020 19:30:00 +0000 (21:30 +0200)
commit955836e332b42d9152f6a6b594b1cfd038e639fa
treecb59e7f319a6c235abb3b7acbb30afda0c045c77
parent9fe3be0ad54dd1e0c8766957ea402d555d947839
Avoid calling the poll callback for UDP style channels.

We still call it on connection establishment and on errors, but we don't
call it when we have space free in the send buffer.
utcp.c