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 2022/01/05 05:34:25 UTC

[GitHub] [incubator-nuttx] masayuki2009 commented on pull request #5154: net/usrsock: replace xid type to uint64_t to avoid limitation of connections

masayuki2009 commented on pull request #5154:
URL: https://github.com/apache/incubator-nuttx/pull/5154#issuecomment-1005396270


   @anchao @xiaoxiang781216 
   Hmm, the gs2200m Wi-Fi daemon  asserted with the renew command
   Do I need to modify gs2200m_daemon.c to work with this PR?
   
   ```
   nsh> gs2200m raspi3-g wifi-test-24g & 
   gs2200m [5:50]
   nsh> renew wlan0
   [    3.501729] up_assert: Assertion failed at file:gs2200m_main.c line: 392 task: gs2200m
   ```
   
   If I revert this PR, it works again.
   
   ```
   nsh> ifconfig
   wlan0	Link encap:Ethernet HWaddr 00:00:00:00:00:00 at UP
   	inet addr:0.0.0.0 DRaddr:0.0.0.0 Mask:0.0.0.0
   
   nsh> gs2200m raspi3-g wifi-test-24g & 
   gs2200m [5:50]
   nsh> renew wlan0
   nsh> ifconfig
   wlan0	Link encap:Ethernet HWaddr 3c:95:09:00:89:96 at UP
   	inet addr:192.168.10.22 DRaddr:192.168.10.1 Mask:255.255.255.0
   ```
   


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