#include <wccpv1.h>
Collaboration diagram for S_WCCP1_CLIENT:
Public Attributes | |
int | usable: 1 |
1 if the client is usable and reachable. | |
int | assigned: 1 |
1 if the client has buckets assigned to it. | |
time_t | expire |
Time this client expires. | |
u_int32 | version |
WCCP1_HERE_I_AM and WCCP1_I_SEE_YOU Protocol Version. More... | |
u_int32 | rid |
The last Received Id sent. More... | |
WCCP1_I_SEE_YOU_WC_ENTRY | data |
Entry's data, as to be sent on the wire. More... | |
struct S_WCCP1_CLIENT* | next |
Next client in list. |
|
1 if the client has buckets assigned to it.
|
|
Entry's data, as to be sent on the wire. (Network Byte Order) |
|
Time this client expires.
|
|
Next client in list.
|
|
The last Received Id sent. (In Host Byte Order) |
|
1 if the client is usable and reachable.
|
|
WCCP1_HERE_I_AM and WCCP1_I_SEE_YOU Protocol Version. (WCCP1_PROTO_VERSION_MIN <= version <= WCCP1_PROTO_VERSION_MAX) (Net Byte Order) We send our WCCP1_I_SEE_YOU with the same version received in the client's WCCP1_HERE_I_AM message. |