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/10/17 00:43:13 UTC

[GitHub] [incubator-nuttx] juniskane opened a new pull request #4668: include/nuttx/net/netconfig.h: add MSS values for usrsock

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


   ## Summary
   There is actually no way of knowing actual values supported by device/network behind usrsock interface, so use generic dummy values. This change is needed to fix compile error with TFTP client when usrsock is the only selected network link:
   
   ```
   make[2]: Entering directory '/home/jni/u/nuttx/apps/netutils/tftpc'
   CC:  tftpc_get.c
   In file included from tftpc_get.c:39:0:
   tftpc_internal.h:98:7: error: missing binary operator before token "("
    #elif MIN_UDP_MSS < TFTP_MAXPACKETSIZE
          ^
   /home/jni/u/nuttx/apps/Application.mk:78: recipe for target 'tftpc_get.o' failed
   ```
   
   ## Impact
   Minor
   
   ## Testing
   Compile tested
   


-- 
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 #4668: include/nuttx/net/netconfig.h: add MSS values for usrsock

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


   


-- 
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