The Virtual Interface Architecture

Synopsis
VIP_RETURN VipConnectWait( IN VIP_NIC_HANDLE NicHandle, IN VIP_NET_ADDRESS *LocalAddr, IN VIP_ULONG Timeout, OUT VIP_NET_ADDRESS *RemoteAddr, OUT VIP_VI_ATTRIBUTES *RemoteViAttribs, OUT VIP_CONN_HANDLE *ConnHandle ) <a name="305"></a><a name="wbp11AppaP116"></a>
Parameters
| NicHandle : | Handle for an instance of a VI NIC. |
| LocalAddr : | Local network address on which to wait. Only the discriminator portion of the net address is used to determine if the request matches. The host address portion must match the local NIC address. |
| Timeout : | The count, in milliseconds, that VipConnectWait waits to complete before returning to the caller. |
| VIP_INFINITE | if no time-out is desired. A timeout of zero indicates immediate return. |
| RemoteAddr : | he remote network address (host address and discriminator) that is requesting a connection. The value of the network address returned is the same as the LocalAddr parameter supplied to the matching VipConnectRequest . |
| RemoteVIAttribs : | The attributes of the remote VI endpoint that is requesting the connection. |
| ConnHandle : | A handle to an opaque connection object subsequently used in calls to VipConnectAccept and VipConnectReject . |
Description
VipConnectWait is used to look for incoming connection requests on the server side of the client/server...