a-lunev commented on a change in pull request #5242:
URL: https://github.com/apache/incubator-nuttx/pull/5242#discussion_r786008604



##########
File path: net/tcp/tcp_sendfile.c
##########
@@ -87,17 +86,63 @@ struct sendfile_s
   uint32_t           snd_acked;            /* The number of bytes acked */
 };
 
+/****************************************************************************
+ * Private Function Prototypes
+ ****************************************************************************/
+
+static inline void sendfile_txnotify(FAR struct socket *psock,

Review comment:
       I did not do that to reduce number of lines relocations (avoid the whole 
sendfile_txnotify() function relocation) to simplify the source code diff / git 
history.
   Though, I have done this now as you requested.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to