Skip to content

udp-pktinfo: fix bsd recvdstaddr with socket bound to concrete address

Vitezslav Kriz requested to merge fix-recvdstaddr into master

Fix problem with IP_RECVDSTADDR on BSD.

BSD has problem answering to socket bounded to concrete address (not INADDR_ANY) when provided IP_SENDSRCADDR in ancillary data. This problem is only for IPv4.

Merge request reports