]> git.meshlink.io Git - utcp/commit
Allow utcp_send() before a connection has been fully established.
authorGuus Sliepen <guus@sliepen.org>
Sun, 22 Jul 2018 11:19:01 +0000 (13:19 +0200)
committerGuus Sliepen <guus@sliepen.org>
Sun, 22 Jul 2018 11:19:01 +0000 (13:19 +0200)
commitfad2787f2394bad3cf105ca5b4cf411db6d34aa6
tree16d1901634509e3a15213a8f836d4a3e30a699f1
parentd16abd3be87bdc3872c671a04dccdd5b286a208f
Allow utcp_send() before a connection has been fully established.

This will put the data in the send buffer, and it will be sent when possible.
This also allows the socket to be shut down for writing before it has
reached the ESTABLISHED state.
utcp.c
utcp_priv.h