Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark UDP socket as ready for write in send msg. (project-chip#7927)
When SendMsg is called, it may create a new socket which is not part of the files monitored by the system. The FD won't be added to this list until select (or other monitoring mechanism) unblock. This patch ensure that a socket created with SendMsg is added immediately to the list of FD being monitored. It mirrors what is done in the Listen function.
- Loading branch information