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 sockaddr?

Or is this already the case in the existing fprecvfrom?

One of my programs suddenly claims that fprecvfrom returned an address record with size 28 bytes instead of 16 (in fromlen:pSockLen), when it runs in Redhat (using xinetd) instead of Ubuntu (using openbsd-inetd), when receiving an UDP packet. Interestingly sizeof(sockaddr_in6) is 28. Probably not a coincidence, but I whish it were documented, because I don't want to develop software based on guessing.

Btw. what does fpcrectfrom do when fromlen^ is smaller than the amount of data that it wants to copy to psockaddr^? Buffer overflow?

thanks,
Klaus
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to