What's the right thing to do with sin6_len if SIN6_LEN is defined.  Are you supposed to do:
 
struct sockaddr_in6 foo;
foo.sin6_len = SIN6_LEN;
 
or
 
address.sin6_len = sizeof (foo);
 

Roy Smith <[EMAIL PROTECTED]>
Staff SW Engineer
EMC / Smarts
+1 914 580 3427

Reply via email to