John Hascall <[EMAIL PROTECTED]> writes: > I haven't studied your code, so perhaps that would make it clear, but > what are the purpose of your saddrlen and socktype? How are they > different from the ss_len and ss_family fields of the sockaddr_storage > struct?
ss_len is not portable and doesn't exist on many platforms (Linux, for instance). It (and the corresponding sa_len) are BSDisms. ss_family should always be available, though; it sort of has to be. -- Russ Allbery ([EMAIL PROTECTED]) <http://www.eyrie.org/~eagle/> _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
