masayuki2009 opened a new pull request #439:
URL: https://github.com/apache/incubator-nuttx-apps/pull/439
## Summary
- This PR updates the gs2200m daemon and consists of the following 4 commits
- commit 1: wireless: gs2200m: Fix to handle UDP connect() with bind()
- This commit fixes to handle UDP connect() with bind() to local port
- NOTE: GS2200M does not support TCP connect() with bind to local port
- commit 2: wireless: gs2200m: Fix to handle address info in accept()
- This commit fixes to handle address info in accept()
- commit 3: wireless: gs2200m: Implement getpeername_request()
- This commit adds getperrname_request() to gs2200m_main.c
- commit 4: wireless: gs2200m: Add support for ioctl(fd, SIOCGIFADDR, ...)
- This commit adds support for ioctl(fd, SIOCGIFADDR, ...) to
gs2200m_main.c
## Impact
- All use cases which use accept() with gs2200m
- All use cases which use ioctl(fd, SIOCGIFADDR, ...) with gs2200m
- Please see https://github.com/apache/incubator-nuttx/pull/2083 as well
## Testing
- Tested with spresene:wifi
- Tested with telnet daemon
- Modify telnetd and add getpeername() to show a client address
- Tested with dhcpc
----------------------------------------------------------------
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:
[email protected]