[OpenAFS-devel] Announcement: Significant changes to Rx internals
John Hascall
john@iastate.edu
Tue, 09 May 2006 13:12:55 CDT
> - The rx_peer structure "host" and "port" elements have been replaced by
> the following members:
>
> struct sockaddr_storage saddr;
> int saddrlen;
> int socktype;
Ken,
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?
Thanks,
John