]> git.meshlink.io Git - utcp/commit
Introduce utcp_connect_ex().
authorGuus Sliepen <guus@meshlink.io>
Mon, 3 Jul 2017 20:31:50 +0000 (22:31 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 3 Jul 2017 20:34:22 +0000 (22:34 +0200)
commit7d9236c1836ac3fd9ca137ed79b4261038ab5327
tree8fa013a761c02cdaed3d5d3fe169b9fcaf533090
parent8df47165e536daa4ff37e657476850ac94dafc69
Introduce utcp_connect_ex().

This takes an extra argument "flags", which can be used to change the type
of connection to create. Possible flags are UTCP_INORDER, UTCP_RELIABLE and
UTCP_FRAMED, which can be bitwise-or'd together, or UTCP_TCP or UTCP_UDP as
shortcuts for what is assumed will be common combinations of those flags.
test.c
utcp.c
utcp.h
utcp_priv.h