mirror of
https://github.com/miekg/dns.git
synced 2025-10-11 09:51:01 +02:00
Previously, the oob data was just stored and sent to WriteMsgUDP but it ignores the Src field when writing. Instead, now it is setting the Src to the original Dst and handling IPv4 IPs over IPv6 correctly.
5 lines
204 B
Go
5 lines
204 B
Go
// Package socket contains ControlMessage parsing code from
|
|
// golang.org/x/net/internal/socket. Instead of supporting all possible
|
|
// architectures, we're only supporting linux 32/64 bit.
|
|
package socket
|