]> git.meshlink.io Git - utcp/commitdiff
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)
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.


No differences found