Hi,

the struct sockaddr_in (netinet/in.h) of FreeBSD has the member sin_len, but other OS's don't have this structure-member. The sockaddr_in structure declared on many systems like this:
struct sockkaddr_in {
short int sin_family;
unsigned short int sin_port;
struct in_addr sin_addr;
}

My question is do I realy need to fill this? Or is it there just for future use?

bye,
--
------------------------------- ----------------------------------
Michael Bretterklieber - [EMAIL PROTECTED]
JAWA Management Software GmbH - http://www.jawa.at
Liebenauer Hauptstr. 200 -------------- privat ------------
A-8041 GRAZ GSM: ++43-(0)676-93 96 698
Tel: ++43-(0)316-403274-12 E-mail: [EMAIL PROTECTED]
Fax: ++43-(0)316-403274-10 http://www.inode.at/mbretter
------------------------------- ----------------------------------
"...the number of UNIX installations has grown to 10, with more
expected..." - Dennis Ritchie and Ken Thompson, June 1972


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to