masayuki2009 opened a new pull request #782: drivers: wireless: Add support for 
UDP connect in gs2200m.c
URL: https://github.com/apache/incubator-nuttx/pull/782
 
 
   ### Summary
   
   - Recently I noticed that DNS lookup fails on Spresense + GS2200M W-Fi 
module.
   - Finally I found that gs2200m driver did not consider connect() method for 
a UDP socket.
   - This PR creates a UDP client socket internally if connect() method is 
called for a UDP socket.
   
   ### Impact
   
   - This PR affects gs2200m driver and gs2200m_main.c (userland daemon)
   - I will send a separate PR to apps repository for it.
   
   ### Testing
   
   - Use spresense:wifi and connect to Wi-Fi access point
   - Then run 'renew eth0' to obtain IP address and run 'ntpcstart' to sync 
time to 'pool.ntp.org'
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to