ClearBox Server™ v1.2 Developer's Guide

IRADIUSRealmStripping::ConnectionToHostFailed

Called when server failed to forward RADIUS packet.

HRESULT ConnectionToHostFailed(
	[in] long tag,
	[in] long hostIP);

Parameters

tag
[in] Unique value identifying RADIUS packet in whose context this method is called.
hostIP
[in] IP address of RADIUS server to which ClearBox Server has failed to sent a packet.

Return Values

If extension returns error code, no action is taken.

Thread Safety

This method is called in context of PROX thread. (See Server Threads Model for details.) You should synchronize data which is shared with other threads.

Remarks

This method can be used to implement some retransmission policies.

See Also

IRADIUSRealmStripping, Realms and packet forwarding, RADIUS packet forwarding


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.