mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
6LoWPAN: TCP send logic was returning a failure in one case when, in fact, the send was successful.
This commit is contained in:
@@ -417,6 +417,7 @@ static uint16_t tcp_send_interrupt(FAR struct net_driver_s *dev,
|
||||
* actually sent.
|
||||
*/
|
||||
|
||||
sinfo->s_result = sinfo->s_sent;
|
||||
goto end_wait;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user