X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Futcp.h;h=c54814991ed23d7f43e44334c0691639447e5e79;hb=refs%2Fheads%2Ffeature%2Fchannel-message-framing;hp=60ecdd34d24e12418b8910ef0cd9faa62e6e7aec;hpb=933047eadd101bddb3646ad7acbc0e48170049a0;p=meshlink diff --git a/src/utcp.h b/src/utcp.h index 60ecdd34..c5481499 100644 --- a/src/utcp.h +++ b/src/utcp.h @@ -88,6 +88,7 @@ void utcp_set_user_timeout(struct utcp *utcp, int seconds); int utcp_get_flush_timeout(struct utcp *utcp); void utcp_set_flush_timeout(struct utcp *utcp, int milliseconds); +bool utcp_get_flush_needed(struct utcp_connection *connection); uint16_t utcp_get_mtu(struct utcp *utcp); uint16_t utcp_get_mss(struct utcp *utcp);