On Sun, 2 Aug 2015, Klaus Hartnegg wrote:
Hello,
How can fprecvfrom work with IPv6?
It returns the address of the sender in a record sockaddr, which only has
space for an IPv4 address.
http://www.freepascal.org/docs-html/rtl/sockets/fprecvfrom.html
Is there an undocumented variant in whic
Hello,
How can fprecvfrom work with IPv6?
It returns the address of the sender in a record sockaddr, which only
has space for an IPv4 address.
http://www.freepascal.org/docs-html/rtl/sockets/fprecvfrom.html
Is there an undocumented variant in which psockaddr points to
sockaddr_in6 instead of