4.3.2 Sockets Routines

These functions use the modified socket address structure:

Pass the protocol, or return it, using the sockaddr structure in these functions.

These functions have modified capabilities with VoiceView:

Function

Modification

bind

Must call before calling listen.

getsockopt

Retrieves VoiceView transport information.

listen

Must call bind before calling.

send

Supports the additional value, VV_REQUESTREPLY, for the flags parameter. See send in Chapter 5.

sendto

Supports additional values, VV_QUERY and VV_REQUESTREPLY, for the flags parameter. See sendto in Chapter 5.

socket

Adds the AF_VOICEVIEW address format value for the af parameter.
Supports SOCK_DGRAM, SOCK_STREAM, and SOCK_RAW socket types.
Set the protocol parameter to 0 and use the uuidProtocol field of the sockaddr structure instead.