]> git.meshlink.io Git - utcp/commitdiff
Disable callbacks when closing a connection.
authorGuus Sliepen <guus@meshlink.io>
Tue, 2 Dec 2014 16:14:13 +0000 (17:14 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 2 Dec 2014 16:14:13 +0000 (17:14 +0100)
When an application calls utcp_close() on a previously established
connection, the utcp_connection is kept around to handle FIN(ACK)
packets. However, the peer could still send some data, which should not
trigger the receive callback.


No differences found