From cfbd603eeb19635d391dfafb74deb06611c9486a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Oct 2013 09:54:48 -0600 Subject: net_sendfile: Let the ACK callback handle the REXMIT flag and don't return until all data has been ACK'd. From Max Holtzberg --- nuttx/ChangeLog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 7760eecbf..ac87c9a83 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -5787,5 +5787,7 @@ Max Holtzberg (2013-10-17). * net/uip/uip_tcpinput.c: Move tcp connection into SYN_RCVD state after aception instead of bypassing and moving directly into ESTABLISHED. - From Max Holtzber (2013-10-17). - + From Max Holtzberg (2013-10-17). + * net/net_sendfile.c: Let the ACK callback handle the REXMIT flag and + don't return until all data has been ACK'd. From Max Holtzberg + (2013-10-17). -- cgit v1.2.3