X-Git-Url: http://git.meshlink.io/?p=utcp;a=blobdiff_plain;f=utcp.h;fp=utcp.h;h=5d646762437cafe093796d787d78ee45bd0e5532;hp=fe4c7205e726bd0c3a18f76d122e5e9d9f7e43a2;hb=113cc69639c8148cb4ffb488065db41c09a861b3;hpb=b2c1a352bfa105c1d289dae31cb47b8fcc3963ff diff --git a/utcp.h b/utcp.h index fe4c720..5d64676 100644 --- a/utcp.h +++ b/utcp.h @@ -99,6 +99,9 @@ extern size_t utcp_get_rcvbuf(struct utcp_connection *connection); extern void utcp_set_rcvbuf(struct utcp_connection *connection, size_t size); extern size_t utcp_get_rcvbuf_free(struct utcp_connection *connection); +extern size_t utcp_get_sendq(struct utcp_connection *connection); +extern size_t utcp_get_recvq(struct utcp_connection *connection); + extern bool utcp_get_nodelay(struct utcp_connection *connection); extern void utcp_set_nodelay(struct utcp_connection *connection, bool nodelay);