"Address family" properties 
Author Message
 "Address family" properties

As the subject of this e-mail displays, i've encountered the property of a
socket control known as "Address family" , and is strictly set by default to
"AF_INET". I'm curious, what are the other options other than "AF_INET"?
I've also noticed the property "protocol", refering to the 2nd layer
protocols like IP, which is set to "IPPROTO_IP" by default... is it possible
to set this to something like "IPPROTO_ICMP" or "IPPROTO_IGMP", etc.?
  *keep it real*
    -Brian



Mon, 24 Feb 2003 22:39:21 GMT  
 "Address family" properties

It seems you are not talking about MS Winsock control, as my version
does not have an address familiy property.
If your control is a Winsock API wrapper without restrictions, it should
be possible to use other address families, such as DECnet, IBM SNA,
Appletalk or NETBIOS, to mention a few other possibilities.
At least when using Winsock API, the most often used protocol would
be AF_INET/IPPROTO_TCP (Winsock2.h says IPPROTO_IP is a dummy for IP).

Real enough?

Alex

Brian schrieb in Nachricht ...

Quote:
>As the subject of this e-mail displays, i've encountered the property of a
>socket control known as "Address family" , and is strictly set by default
to
>"AF_INET". I'm curious, what are the other options other than "AF_INET"?
>I've also noticed the property "protocol", refering to the 2nd layer
>protocols like IP, which is set to "IPPROTO_IP" by default... is it
possible
>to set this to something like "IPPROTO_ICMP" or "IPPROTO_IGMP", etc.?
>  *keep it real*
>    -Brian



Sun, 16 Mar 2003 07:29:21 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Properties and "sub-Properties"

2. *"*-.,._,.-*"* I"LL TRADE VISUAL C++ FOR VBASIC *"*-.,_,.-*"*

3. "Show this address list first"

4. Displaying "Outlook Address List" Dialog Form

5. Extracting email address from "From:" field

6. Disable "Allow Comma as Address Separator"

7. "SendMail" and predefined address

8. Addressing "e" in another Instance

9. "Function address" problem

10. Winsock Error "Address In Use"

11. Accessing Outlook "Global Address List"

12. Winsock error "Address in Use"

 

 
Powered by phpBB® Forum Software