You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "wengzhe (via GitHub)" <gi...@apache.org> on 2024/02/02 02:31:32 UTC

[PR] net/udp: Fix source address selection under IPv6 [nuttx]

wengzhe opened a new pull request, #11639:
URL: https://github.com/apache/nuttx/pull/11639

   ## Summary
   https://github.com/apache/nuttx/pull/11384 has changed the source address selection of UDP from raddr to laddr, but not all UDP connections have laddr set, then we need to fallback to get source from raddr.
   
   ## Impact
   udp_send for IPv6
   
   ## Testing
   Manually & CI
   


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


Re: [PR] net/udp: Fix source address selection under IPv6 [nuttx]

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #11639:
URL: https://github.com/apache/nuttx/pull/11639


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


Re: [PR] net/udp: Fix source address selection under IPv6 [nuttx]

Posted by "PetteriAimonen (via GitHub)" <gi...@apache.org>.
PetteriAimonen commented on PR #11639:
URL: https://github.com/apache/nuttx/pull/11639#issuecomment-1922970347

   Looks good to me, and yeah, should work well for me too as I have laddr bound.


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