You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/02/24 02:57:54 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a change in pull request #92: tcpblaster reporting and documentation improvements

xiaoxiang781216 commented on a change in pull request #92: tcpblaster reporting and documentation improvements
URL: https://github.com/apache/incubator-nuttx-apps/pull/92#discussion_r383070522
 
 

 ##########
 File path: examples/tcpblaster/tcpblaster_server.c
 ##########
 @@ -257,7 +257,7 @@ void tcpblaster_server(void)
 
           fkbsent  = (float)recvtotal / 1024.0;
           felapsed = (float)elapsed.tv_sec + (float)elapsed.tv_nsec / 1000000000.0;
-            printf("[%s] %d: Received %d buffers: %7.1f KB (buffer average size: %5.1f KB) in %6.2f seconds (%7.1f KB/second)\n",
+          printf("[%s] %d: Received %d buffers: %7.1f KB (buffer average size: %5.1f KB) in %6.2f seconds (%7.1f KB/second)\n",
 
 Review comment:
   Let's merge into one patch instead

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services