On Thu, 7 Jun 2001, Igor Khasilev wrote:
> On Wed, 6 Jun 2001, �������� �������� wrote:
>
> ������ ������� ��� � ��� ��������������� wccp �� cisco?
>
����� ��� �� ������. ���� � ��������� ��� �����, �� �������� � ���������:
if ( g->port == 80 ) {
... do something
} else {
abort();
}
�������� ���� � wccp.c ���������.
����� ����, �� �������� ��� ������:
if ( 0 == g->password[0] ) {
send_security_info_component.Type=htons(WCCP2_SECURITY_INFO);
send_security_info_component.Length=htons(4);
send_security_info_component.Security_Option=htonl(WCCP2_NO_SECURITY);
HIA[1].iov_base = (char*)&send_security_info_component;
HIA[1].iov_len = 8;
send_message_header.Length += HIA[1].iov_len;
} else {
abort();
}
> > ��� �������� ������-������, �������� �� 80
> > oops ��� ������ �����:
> > Aborted
--
Oleg Shevelev
=====================================================================
If you would like to unsubscribe from this list send message to
[EMAIL PROTECTED] with "unsubscribe oops" in message body.
Archive is accessible on http://www.paco.net/oops/