Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another one fix for control buf handling in udp_xmit
To be able to put data to control buffer, it should be allocated and assigned to message header. Do that unconditionally before message build. Clear the control buffer fields just before message sending if control buffer empty. This change should finally fix 4830a20 (use address from the last received UDP packet in UDP messages response) and bug introduced in 90368df (Fix control buffer handling in udp_xmit)
- Loading branch information