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 2021/12/21 04:34:15 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request #5046: sim/usrsock: increase the sim usrsock buffer size

anchao opened a new pull request #5046:
URL: https://github.com/apache/incubator-nuttx/pull/5046


   
   
   
   
   ## Summary
   
   sim/usrsock: increase the sim usrsock buffer size
   
   1. Increase the sim usrsock buffer size:
   arch/sim/src/sim/up_usrsock.c
   
   2. Fix build break
   arch/sim/src/sim/up_usrsock_host.c
   
   Signed-off-by: chao.an <an...@xiaomi.com>
   
   ## Impact
   
   usrsock throughput test
   
   ## Testing
   
   sim usrsock native socket with vnc server


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5046: sim/usrsock: increase the sim usrsock buffer size

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 commented on a change in pull request #5046:
URL: https://github.com/apache/incubator-nuttx/pull/5046#discussion_r772836571



##########
File path: arch/sim/src/sim/up_usrsock.c
##########
@@ -35,14 +35,21 @@
 
 #include "up_usrsock_host.h"
 
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+#define SIM_USRSOCK_BUFSIZE (4096 * 100)

Review comment:
       400 *1024




-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #5046: sim/usrsock: increase the sim usrsock buffer size

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #5046:
URL: https://github.com/apache/incubator-nuttx/pull/5046


   


-- 
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-unsubscribe@nuttx.apache.org

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



[GitHub] [incubator-nuttx] anchao commented on a change in pull request #5046: sim/usrsock: increase the sim usrsock buffer size

Posted by GitBox <gi...@apache.org>.
anchao commented on a change in pull request #5046:
URL: https://github.com/apache/incubator-nuttx/pull/5046#discussion_r772842849



##########
File path: arch/sim/src/sim/up_usrsock.c
##########
@@ -35,14 +35,21 @@
 
 #include "up_usrsock_host.h"
 
+/****************************************************************************
+ * Pre-processor Definitions
+ ****************************************************************************/
+
+#define SIM_USRSOCK_BUFSIZE (4096 * 100)

Review comment:
       done




-- 
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-unsubscribe@nuttx.apache.org

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