]> git.meshlink.io Git - utcp/commit
Add a poll callback to UTCP connections.
authorGuus Sliepen <guus@meshlink.io>
Wed, 1 Oct 2014 17:18:40 +0000 (19:18 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 1 Oct 2014 17:18:40 +0000 (19:18 +0200)
commit5d4cf9d0eb85c7322298a2a0526132197e3bf633
tree4ea3b79e2e460b6e9c8267ec8fa99d124fdcaa14
parent153fb78c9727b4ab60ad8cdbf6a994ea2f9611c8
Add a poll callback to UTCP connections.

The callback is called whenever the send buffer of a connection is more
than half empty when utcp_timeout() is called. An argument is passed to
the callee informing him of the maximum number of bytes that will be
accepted when calling utcp_send().
utcp.c
utcp.h
utcp_priv.h